Constable Authorization Engine 2.0 BETA

IChangeEventSource Interface

[This is preliminary documentation and subject to change.]

Defines a source of change event notifications.

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

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

Types that implement IChangeEventSource

Type Description
AuthorizationPolicy Encapsulates a single authorization policy and implements the core authorization functionality to be used from within your application.
FallbackPolicy [TBD]
DefaultPolicyViewAdapter [TBD]
GroupByActionPolicyViewAdapter [TBD]
GroupByRolePolicyViewAdapter [TBD]
GroupByRoleThenStatePolicyViewAdapter [TBD]
GroupByStatePolicyViewAdapter [TBD]
PolicySimulationViewAdapter [TBD]
PolicyViewAdapter Defines a base class for adapting AuthorizationPolicy instances to provide customized views displayed in the InstanceView control.

Remarks

The interface is typically implemented by classes that represent a logical root of an object graph.

Requirements

Namespace: LaMarvin.ComponentModel

Assembly: LaMarvin.Common (in LaMarvin.Common.dll)

See Also

IChangeEventSource Members | LaMarvin.ComponentModel Namespace