Namespace: Semata.DataStore.ObjectModel
A wrapper for an Attribute.
public class AttributeProperty<V> : ValuePropertyImpl<V> where V : IEquatable<V>
Inherits: ValuePropertyImpl<V>
Constructors
Name | Description |
AttributeProperty(ItemObject, string, string, bool, bool, Func<object, object>, Func<object, object>) |
Constructs a new instance of AttributeProperty |
Properties
Name | Description |
AttributeType |
The AttributeType of the property |
Methods
Name | Description |
CheckValueUnique(string) |
Adds an error if the value is not null and not unique |