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
Syntaxpublic int LogicalOrder { get; }
Public ReadOnly Property LogicalOrder As Integer
Get
public:
property int LogicalOrder {
int get ();
}
member LogicalOrder : int with 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