Interface IAttribute
Represents an Attribute with Values - without knowing what data type is in the value. Usually we'll extend this and use IAttribute<T> instead.
[PublicApi]
public interface IAttribute : IAttributeBase
- Inherited Members
Remarks
We recommend you read about the Understanding Data...
Properties
Values
IEnumerable<IValue> Values { get; }