Constable Authorization Engine 2.0 BETA

IPolicyDesignContextControl Interface

[This is preliminary documentation and subject to change.]

Represents a contract for controls that the Policy Designer can show as a separate tab in the main window.

For a list of all members of this type, see IPolicyDesignContextControl Members.

[Visual Basic]
Public Interface IPolicyDesignContextControl
[C#]
public interface IPolicyDesignContextControl

Types that implement IPolicyDesignContextControl

Type Description
PolicyDesignModelContextControl [TBD]
PolicyDesignSimulationContextControl [TBD]

Remarks

Control-derived classes that implement the IPolicyDesignContextControl interface are called policy design context controls. The Policy Designer (represented by the PolicyDesignForm form class) displays a separate tab for each policy design context control available in the current AppDomain.

Requirements

Namespace: LaMarvin.Constable.Design

Assembly: LaMarvin.Constable.Design (in LaMarvin.Constable.Design.dll)

See Also

IPolicyDesignContextControl Members | LaMarvin.Constable.Design Namespace