Share via


ICLSDataStoreDelegate Interface

Definition

Delegate for requesting data store contexts.

[Foundation.Protocol(Name="CLSDataStoreDelegate", WrapperType=typeof(ClassKit.CLSDataStoreDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="CreateContext", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(ClassKit.CLSContext), typeof(System.String[]) }, ReturnType=typeof(ClassKit.CLSContext), Selector="createContextForIdentifier:parentContext:parentIdentifierPath:")]
public interface ICLSDataStoreDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CLSDataStoreDelegate", WrapperType=typeof(ClassKit.CLSDataStoreDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="CreateContext", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(ClassKit.CLSContext), typeof(System.String[]) }, ReturnType=typeof(ClassKit.CLSContext), Selector="createContextForIdentifier:parentContext:parentIdentifierPath:")>]
type ICLSDataStoreDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

ClassKit contexts are used to arrange nested content, such as chapters and sections of a lesson plan, in order to organize and track student progress and tests. ClassKit supports a maximum of 8 layers of content nesting.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
CreateContext(String, CLSContext, String[])

Requests a context for the provided parameters.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to