Constable Authorization Engine 2.0 BETA

CloningStateHandler.GetClonedPropertyRuleConstructorArguments Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Overrides Public Function GetClonedPropertyRuleConstructorArguments( _
   ByVal templateRule As PropertyRule, _
   ByVal clonedObject As NamedObjectBase, _
   ByRef property As Property, _
   ByRef role As Role, _
   ByRef state As State _
) As Boolean
[C#]
public override bool GetClonedPropertyRuleConstructorArguments(
   PropertyRule templateRule,
   NamedObjectBase clonedObject,
   ref Property property,
   ref Role role,
   ref State state
);

See Also

CloningStateHandler Class | LaMarvin.Constable.Design.Cloning Namespace