These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
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; }