Realm Xamarin
v0.81.0
Realm for Xamarin
|
Describes a single property of a class stored in a Realm. More...
Properties | |
bool | IsIndexed [get, set] |
Gets or sets a value indicating whether this Property is indexed. More... | |
bool | IsNullable [get, set] |
Gets or sets a value indicating whether this Property is nullable. More... | |
bool | IsPrimaryKey [get, set] |
Gets or sets a value indicating whether this Property is primary key. More... | |
string | LinkOriginPropertyName [get, set] |
Gets or sets the name of the property that links to the model containing this PropertyType.LinkingObjects property. More... | |
string | Name [get, set] |
Gets or sets the name of the property. More... | |
string | ObjectType [get, set] |
Gets or sets the type of the object. More... | |
PropertyType | Type [get, set] |
Gets or sets the type of the property. More... | |
Describes a single property of a class stored in a Realm.
|
getset |
Gets or sets a value indicating whether this Property is indexed.
|
getset |
Gets or sets a value indicating whether this Property is nullable.
|
getset |
Gets or sets a value indicating whether this Property is primary key.
|
getset |
Gets or sets the name of the property that links to the model containing this PropertyType.LinkingObjects property.
|
getset |
Gets or sets the name of the property.
|
getset |
Gets or sets the type of the object.
|
getset |
Gets or sets the type of the property.