Interface IAttributeBase
Represents properties we should know about Attributes. This is the base for both
- IContentTypeAttribute (in the IContentType)
- attribute with values-list (in the IEntity)
[PublicApi]
public interface IAttributeBase
Remarks
We recommend you read about the Understanding Data...
Properties
Name
Name of the Attribute
string Name { get; }
Property Value
Type
The official type, as a controlled (enum) value.
ValueTypes Type { get; }