Click or drag to resize

AttributeValueTValue Properties

The AttributeValueTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
Gets the attribute.
(Inherited from AttributeValue.)
Public propertyHasValue
Indicates whether the attribute has a value.
(Inherited from AttributeValue.)
Public propertyObject
Gets the domain object.
(Inherited from AttributeValue.)
Public propertyOriginalValue
Gets the original value of the attribute, which was initially retrieved frmo the data source.
Public propertyValue
Gets or sets the value. When the attribute does not have a value, the default for the type is returned.
Top
See Also