Constable Authorization Engine 2.0 BETA

PasteRuleForm Constructor 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Public Sub New( _
   ByVal rule As RuleBase, _
   ByVal policy As AuthorizationPolicy, _
   ByVal undoEngine As UndoEngine _
)
[C#]
public PasteRuleForm(
   RuleBase rule,
   AuthorizationPolicy policy,
   UndoEngine undoEngine
);

See Also

PasteRuleForm Class | LaMarvin.Constable.Design.Forms Namespace