Namespace: Semata.DataStore.ObjectModel
A wrapper for an Attribute.
generic <typename V> where V : IEquatable<V> public ref class AttributeProperty : public ValuePropertyImpl<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 |