Constable Authorization Engine 2.0 BETA

DynamicRole Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DynamicRole class.

Overload List

Initializes a new instance of the DynamicRole class.

public DynamicRole();

Initializes a new instance of the DynamicRole class with the given Id.

public DynamicRole(string);

Initializes a new instance of the DynamicRole class with the given Id.

public DynamicRole(string,bool);

See Also

DynamicRole Class | LaMarvin.Constable.Model Namespace