Realm Xamarin
v0.81.0
Realm for Xamarin
|
Classes | |
class | ObjectSchema |
Public description of a class stored in a Realm, as a collection of managed Property objects. More... | |
struct | Property |
Describes a single property of a class stored in a Realm. More... | |
Enumerations | |
enum | PropertyType : byte { PropertyType.Int = 0, PropertyType.Bool = 1, PropertyType.Float = 9, PropertyType.Double = 10, PropertyType.String = 2, PropertyType.Data = 4, PropertyType.Any = 6, PropertyType.Date = 8, PropertyType.Object = 12, PropertyType.Array = 13, PropertyType.LinkingObjects = 14 } |
An enum, containing the possible property types. More... | |
|
strong |
An enum, containing the possible property types.