Constable Authorization Engine 2.0 BETA

Action Constructor

[This is preliminary documentation and subject to change.]

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

Overload List

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

public Action(string);

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

public Action(string,string);

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

public Action(string,string,string);

See Also

Action Class | LaMarvin.Constable.Model Namespace