Interface ISchemaSource
An object describing its properties in terms of a ObjectSchema.
Namespace: Realms
Assembly: Realm.dll
Syntax
public interface ISchemaSource
Properties
| Improve this Doc View SourceObjectSchema
Gets the ObjectSchema, describing the persisted properties of the object. If the object is a single RealmObject, the schema will describe the object itself. If it is a collection, it will describe the contained objects.
Declaration
ObjectSchema ObjectSchema { get; }
Property Value
Type | Description |
---|---|
ObjectSchema | The ObjectSchema of the object or contained objects. |