Property | Type | Description | |
---|---|---|---|
Schema | ISchema |
Method | Description | |
---|---|---|
Load ( IValueStream stream ) : ObjectSpecifierType | ||
NewObjectIdentifier ( ObjectId objectIdentifier ) : ObjectSpecifierType | ||
NewObjectType ( ObjectType objectType ) : ObjectSpecifierType | ||
Save ( IValueSink sink, ObjectSpecifierType value ) : void |
public static Load ( IValueStream stream ) : ObjectSpecifierType | ||
stream | IValueStream | |
return | ObjectSpecifierType |
public static NewObjectIdentifier ( ObjectId objectIdentifier ) : ObjectSpecifierType | ||
objectIdentifier | ObjectId | |
return | ObjectSpecifierType |
public static NewObjectType ( ObjectType objectType ) : ObjectSpecifierType | ||
objectType | ObjectType | |
return | ObjectSpecifierType |
public static Save ( IValueSink sink, ObjectSpecifierType value ) : void | ||
sink | IValueSink | |
value | ObjectSpecifierType | |
return | void |