CLSDataStoreDelegate.CreateContext(String, CLSContext, String[]) Method

Definition

Method that is called to create a new ClassKit context.

[Foundation.Export("createContextForIdentifier:parentContext:parentIdentifierPath:")]
public abstract ClassKit.CLSContext CreateContext (string identifier, ClassKit.CLSContext parentContext, string[] parentIdentifierPath);
abstract member CreateContext : string * ClassKit.CLSContext * string[] -> ClassKit.CLSContext

Parameters

identifier
String

The identifier for the new context.

parentContext
CLSContext

The parent for the new context.

parentIdentifierPath
String[]

The identifier path for the parent of the new context.

Returns

The new context.

Implements

Attributes

Applies to