Constable Authorization Engine 2.0 BETA

Action Constructor (String, String, String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the Action 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 Action(
   string id,
   string name,
   string description
);

Parameters

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

See Also

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