The IAttribute type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | Overloaded. | |
| GetValueClone | ||
| SetDbValues |
Properties
| Name | Description | |
|---|---|---|
| CacheKey |
Returns the cache key under which the current object should be stored.
(Inherited from ICacheable.) | |
| Choices | ||
| DataType | ||
| EntityType | ||
| ID |
Gets the unique identifier of the entity.
By saying unique, it means the integer must be unique for this specific .NET Data Type.
(Inherited from IEntity.) | |
| IsHidden | ||
| Master | (Inherited from IEntity.) | |
| Name | ||
| 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 | (Inherited from IEntity.) |