Constable Authorization Engine 2.0 BETA

Action Constructor (String)

[This is preliminary documentation and subject to change.]

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

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

Parameters

id
The Id of the object. Action IDs must be unique for all Action objects contained within a given ActionCollection instance.

See Also

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