Constable Authorization Engine 2.0 BETA

CloningNamedObjectHandler.GetClonedActionRuleConstructorArguments Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
MustOverride Public Function GetClonedActionRuleConstructorArguments( _
   ByVal templateRule As ActionRule, _
   ByVal clonedObject As NamedObjectBase, _
   ByRef action As Action, _
   ByRef role As Role, _
   ByRef state As State, _
   ByRef targetState As State _
) As Boolean
[C#]
public abstract bool GetClonedActionRuleConstructorArguments(
   ActionRule templateRule,
   NamedObjectBase clonedObject,
   ref Action action,
   ref Role role,
   ref State state,
   ref State targetState
);

See Also

CloningNamedObjectHandler Class | LaMarvin.Constable.Design.Cloning Namespace