Constable Authorization Engine 2.0 BETA

PolicyDocument Constructor (PersistentStore, AuthorizationPolicy, PersistentMoniker, UndoEngine)

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Overloads Public Sub New( _
   ByVal store As PersistentStore, _
   ByVal policy As AuthorizationPolicy, _
   ByVal moniker As PersistentMoniker, _
   ByVal undoEngine As UndoEngine _
)
[C#]
public PolicyDocument(
   PersistentStore store,
   AuthorizationPolicy policy,
   PersistentMoniker moniker,
   UndoEngine undoEngine
);

See Also

PolicyDocument Class | LaMarvin.Constable.Design.Persistence Namespace | PolicyDocument Constructor Overload List