[This is preliminary documentation and subject to change.]
Initializes a new instance of the Action class with the given Id.
Initializes a new instance of the Action class with the given Id.
public Action(string);
Initializes a new instance of the Action class with the given property values.
public Action(string,string);
Initializes a new instance of the Action class with the given property values.
public Action(string,string,string);
Action Class | LaMarvin.Constable.Model Namespace