Class CommandBuilder
public class CommandBuilder
- Inheritance
-
CommandBuilder
- Inherited Members
- Extension Methods
Constructors
CommandBuilder(CommandTypeCollection, IJsonSerializerBase)
public CommandBuilder(CommandTypeCollection commandTypes, IJsonSerializerBase serializer)
Parameters
commandTypesCommandTypeCollectionserializerIJsonSerializerBase
Methods
BuildCommand(Type, string)
public object BuildCommand(Type commandType, string requestBody)
Parameters
Returns
GetCommandType(string)
public Type GetCommandType(string commandName)
Parameters
commandNamestring