Click or drag to resize

BaseAttributeInfo Constructor

Initializes a new instance of the BaseAttributeInfo class.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public BaseAttributeInfo(
	int logicalOrder,
	bool isInternal = false
)

Parameters

logicalOrder
Type: SystemInt32
The logical order.
isInternal (Optional)
Type: SystemBoolean
if set to true [is internal].
See Also