Click or drag to resize

AttributeValue Class

Represents the value of an attribute of a domain object
Inheritance Hierarchy

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

The AttributeValue type exposes the following members.

Constructors
  NameDescription
Public methodAttributeValue
Initializes a new instance of the AttributeValue class.
Top
Properties
  NameDescription
Public propertyAttribute
Gets the attribute.
Public propertyHasValue
Indicates whether the attribute has a value.
Public propertyObject
Gets the domain object.
Public propertyOriginalValue
Gets the original value of the attribute, which was initially retrieved frmo the data source.
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetDatabaseValue
Gets the actual value of the attribute that is retrieved from database.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodStatic memberIsNullOrGhost
Determines whether the specified attribute value is null or "ghost" value.
Public methodRecalc
Recalculates the value of the attribute.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
==s the specified one.
Public operatorStatic memberInequality
!=s the specified one.
Top
See Also