Click or drag to resize

BaseAttributeInfo Class

Contains base attribute data.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.AttributesBaseAttributeInfo

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

The BaseAttributeInfo type exposes the following members.

Constructors
  NameDescription
Public methodBaseAttributeInfo
Initializes a new instance of the BaseAttributeInfo class.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets the default BaseAttributeInfo instance.
Public propertyInternal
Gets a value indicating whether the attribute is for internal use.
Public propertyLogicalOrder
Gets the logical order, which is used to specify the normal order for setting or displaying the attribute.
Top
Remarks

The BaseAttributeInfo class is used in constructors of descendant classes of DataAttributeTObject, TValue. Data attributes have numerous properties, and each is passed as parameter for each descendant constructor. The BaseAttributeInfo class facilitates the transfer of these properties and logically groups them. It is also convenient, when a new property is created, allowing the code generation procedures to pass it to the descendant constructors, without changing the constructors themselves.

See Also