Constable Authorization Engine 2.0 BETA

State Constructor (String)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String _
)
[C#]
public State(
   string id
);

Parameters

id
The Id of the object. State IDs must be unique for all state objects contained within a given StateCollection instance.

See Also

State Class | LaMarvin.Constable.Model Namespace | State Constructor Overload List