CRaPI - Correct Robust and Perfect API

Command Constructor (CommandType)

Constructs a Command object

public Command(
   CommandType pCommandType
);

Parameters

pCommandType
What type of command it will be.

Remarks

The command will look like:

(pCommandType.ToString().ToLower())

See Also

Command Class | TeamYaffa.CRaPI.Commands Namespace | Command Constructor Overload List