Constable Authorization Engine 2.0 BETA

State Constructor

[This is preliminary documentation and subject to change.]

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

Overload List

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

public State(string);

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

public State(string,string);

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

public State(string,string,string);

See Also

State Class | LaMarvin.Constable.Model Namespace