Enum ObjectSchema.ObjectType
Represents the object schema type of an ObjectSchema.
Namespace: Realms.Schema
Assembly: Realm.dll
Syntax
public enum ObjectSchema.ObjectType : byte
Fields
Name | Description |
---|---|
RealmObject | The value represents a RealmObject schema type. |
EmbeddedObject | The value represents a EmbeddedObject schema type. |
AsymmetricObject | The value represents a AsymmetricObject schema type. |