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; }
Property Value
Remarks
This property Type
used to be a string containing the same thing as now Type.ToString()
does.
It was changed in v15 (breaking change)