Table of Contents

Interface IAttributeBase

Namespace
ToSic.Eav.Data
Assembly
ToSic.Eav.Core.dll

Represents properties we should know about Attributes. This is the base for both

[PublicApi]
public interface IAttributeBase

Remarks

We recommend you read about the Understanding Data...

Properties

Name

Name of the Attribute

string Name { get; }

Property Value

string

Type

The official type, as a controlled (enum) value.

ValueTypes Type { get; }

Property Value

ValueTypes

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)