Constable Authorization Engine 2.0 BETA

FallbackPropertyRule Constructor (String, Hashtable, Property, Role, State, Boolean, Boolean)

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Overloads Public Sub New( _
   ByVal originalTypeName As String, _
   ByVal fallbackProperties As Hashtable, _
   ByVal property As Property, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal isVisible As Boolean, _
   ByVal isEnabled As Boolean _
)
[C#]
public FallbackPropertyRule(
   string originalTypeName,
   Hashtable fallbackProperties,
   Property property,
   Role role,
   State state,
   bool isVisible,
   bool isEnabled
);

See Also

FallbackPropertyRule Class | LaMarvin.Constable.Design.Fallback Namespace | FallbackPropertyRule Constructor Overload List