Constable Authorization Engine 2.0 BETA

Role Constructor

[This is preliminary documentation and subject to change.]

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

Overload List

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

public Role(string);

Initializes a new instance of the Role class with the given property values.

public Role(string,string);

Initializes a new instance of the Role class with the given property values.

public Role(string,string,string);

See Also

Role Class | LaMarvin.Constable.Model Namespace