Realm Xamarin  v0.81.0
Realm for Xamarin
Properties | List of all members
Realms.Schema.Property Struct Reference

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...
 

Detailed Description

Describes a single property of a class stored in a Realm.

Property Documentation

§ IsIndexed

bool Realms.Schema.Property.IsIndexed
getset

Gets or sets a value indicating whether this Property is indexed.

§ IsNullable

bool Realms.Schema.Property.IsNullable
getset

Gets or sets a value indicating whether this Property is nullable.

§ IsPrimaryKey

bool Realms.Schema.Property.IsPrimaryKey
getset

Gets or sets a value indicating whether this Property is primary key.

§ LinkOriginPropertyName

string Realms.Schema.Property.LinkOriginPropertyName
getset

Gets or sets the name of the property that links to the model containing this PropertyType.LinkingObjects property.

§ Name

string Realms.Schema.Property.Name
getset

Gets or sets the name of the property.

§ ObjectType

string Realms.Schema.Property.ObjectType
getset

Gets or sets the type of the object.

§ Type

PropertyType Realms.Schema.Property.Type
getset

Gets or sets the type of the property.