AttributeValueTValue Class | 
Namespace: Aloe.SystemFrameworks.Domain
The AttributeValueTValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeValueTValue | 
            Initializes a new instance of the AttributeValue class.
              | 
| Name | Description | |
|---|---|---|
| Attribute | 
            Gets the attribute.
              (Inherited from AttributeValue.) | |
| HasValue | 
            Indicates whether the attribute has a value.
              (Inherited from AttributeValue.) | |
| Object | 
            Gets the domain object.
              (Inherited from AttributeValue.) | |
| OriginalValue | 
            Gets the original value of the attribute, which was initially retrieved frmo the data source.
              | |
| Value | 
            Gets or sets the value. When the attribute does not have a value, the default for the type is returned.
              | 
| Name | Description | |
|---|---|---|
| Equals | 
            Determines whether the specified Object, is equal to this instance.
              (Inherited from AttributeValue.) | |
| GetDatabaseValue | 
            Gets the actual value of the attribute that is retrieved from database.
              (Inherited from AttributeValue.) | |
| GetHashCode | 
            Returns a hash code for this instance.
              (Inherited from AttributeValue.) | |
| Recalc | 
            Recalculates the value of the attribute.
              (Inherited from AttributeValue.) | |
| ToString | 
            Returns a String that represents this instance.
              (Inherited from AttributeValue.) |