Click or drag to resize

AttributeValueTValue Class

Represents a strongly typed value of an attribute of a domain object
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainAttributeValue
    Aloe.SystemFrameworks.DomainAttributeValueTValue

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class AttributeValue<TValue> : AttributeValue

Type Parameters

TValue
The type of the value.

The AttributeValueTValue type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Inherited from AttributeValue.)
Public methodGetDatabaseValue
Gets the actual value of the attribute that is retrieved from database.
(Inherited from AttributeValue.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from AttributeValue.)
Public methodRecalc
Recalculates the value of the attribute.
(Inherited from AttributeValue.)
Public methodToString
Returns a String that represents this instance.
(Inherited from AttributeValue.)
Top
See Also