Table of Contents

Class CommandBuilder

Namespace
Shift.Common.Kernel
Assembly
Shift.Common.dll
public class CommandBuilder
Inheritance
CommandBuilder
Inherited Members
Extension Methods

Constructors

CommandBuilder(CommandTypeCollection, IJsonSerializerBase)

public CommandBuilder(CommandTypeCollection commandTypes, IJsonSerializerBase serializer)

Parameters

commandTypes CommandTypeCollection
serializer IJsonSerializerBase

Methods

BuildCommand(Type, string)

public object BuildCommand(Type commandType, string requestBody)

Parameters

commandType Type
requestBody string

Returns

object

GetCommandType(string)

public Type GetCommandType(string commandName)

Parameters

commandName string

Returns

Type