Constable Authorization Engine 2.0 BETA

DesignHelper.CreatePropertyRuleInstance Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Public Shared Function CreatePropertyRuleInstance( _
   ByVal type As Type, _
   ByVal property As Property, _
   ByVal role As Role, _
   ByVal state As State _
) As PropertyRule
[C#]
public static PropertyRule CreatePropertyRuleInstance(
   Type type,
   Property property,
   Role role,
   State state
);

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace