Constable Authorization Engine 2.0 BETA

CloningNamedObjectHandler.GetClonedPropertyRuleConstructorArguments Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
MustOverride 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 abstract bool GetClonedPropertyRuleConstructorArguments(
   PropertyRule templateRule,
   NamedObjectBase clonedObject,
   ref Property property,
   ref Role role,
   ref State state
);

See Also

CloningNamedObjectHandler Class | LaMarvin.Constable.Design.Cloning Namespace