Constable Authorization Engine 2.0 BETA

StateCollection.AddNew Method 

[This is preliminary documentation and subject to change.]

Creates a new State and adds it to the collection.

[Visual Basic]
Overridable Public Function AddNew( _
   ByVal id As String _
) As State
[C#]
public virtual State AddNew(
   string id
);

Parameters

id
The Id of the new state.

Return Value

A reference to the newly created state.

See Also

StateCollection Class | LaMarvin.Constable.Model Namespace