The IEntity type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| CacheKey |
Returns the cache key under which the current object should be stored.
(Inherited from ICacheable.) | |
| ID |
Gets the unique identifier of the entity.
By saying unique, it means the integer must be unique for this specific .NET Data Type.
| |
| Master | ||
| ReadOnly |
Specifies if this instance should prohibit changes to it.
To make changes, Clone() this instance and make your changes to the
returned object instead.
(Inherited from ICloneable.) | |
| UniqueID |