BaseAttributeInfo Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic BaseAttributeInfo(
int logicalOrder,
bool isInternal = false
)
Public Sub New (
logicalOrder As Integer,
Optional isInternal As Boolean = false
)
public:
BaseAttributeInfo(
int logicalOrder,
bool isInternal = false
)
new :
logicalOrder : int *
?isInternal : bool
(* Defaults:
let _isInternal = defaultArg isInternal false
*)
-> BaseAttributeInfo
Parameters
- logicalOrder
- Type: SystemInt32
The logical order. - isInternal (Optional)
- Type: SystemBoolean
if set to true [is internal].
See Also