Constable Authorization Engine 2.0 BETA

State Constructor (String, String, String)

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

See Also

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