Constable Authorization Engine 2.0 BETA

IPolicyLoaderContext.BaseType Property

[This is preliminary documentation and subject to change.]

Gets the base type of the policy object that should be created.

[Visual Basic]
Property BaseType As Type
[C#]
System.Type BaseType {get;}

Property Value

A Type reference to one of the base authorization policy object types.

Remarks

Returns a Type reference to one of the following types: Role, State, Action, Property, ActionRule or PropertyRule

See Also

IPolicyLoaderContext Interface | LaMarvin.Constable.Design Namespace