Click or drag to resize

BaseAttributeInfoLogicalOrder Property

Gets the logical order, which is used to specify the normal order for setting or displaying the attribute.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public int LogicalOrder { get; }

Property Value

Type: Int32
The logical order.
Remarks

The logical order is should be respected when cloning, creating or importing a new object. The attribute values should be set, ordering the attributes from the lowest to the highest logical order.

Another usage is for user interfaces. The attributes should be initially shown in the specified order, from lowest, to the highest.

See Also