Class Entity
Base class for model objects backed by Kinvey. Implements the IPersistable interface
Inheritance
System.Object
Entity
Implements
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class Entity : object, IPersistable
Properties
| Improve this Doc View SourceAcl
Gets or sets the AccessControlList for this Kinvey-backed object.
Declaration
public AccessControlList Acl { get; set; }
Property Value
Type | Description |
---|---|
AccessControlList | The access control list. |
ACL
Gets or sets the AccessControlList for this Kinvey-backed object.
Declaration
public AccessControlList ACL { get; set; }
Property Value
Type | Description |
---|---|
AccessControlList | The access control list. |
ID
Gets or sets the Kinvey ID.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
Kmd
Gets or sets the KinveyMetaData for this Kinvey-backed object.
Declaration
public KinveyMetaData Kmd { get; set; }
Property Value
Type | Description |
---|---|
KinveyMetaData | The Kinvey meta data. |
KMD
Gets or sets the KinveyMetaData for this Kinvey-backed object.
Declaration
public KinveyMetaData KMD { get; set; }
Property Value
Type | Description |
---|---|
KinveyMetaData | The Kinvey meta data. |