Table of Contents

Class CommandDescription

Namespace
Coherence
Assembly
Coherence.dll
public class CommandDescription
Inheritance
CommandDescription

Constructors

CommandDescription(string, string, string, string, string, string, List<CommandParameterInfo>)

public CommandDescription(string name, string methodName, string declaringClass, string bindingName, string bindingGuid, string routing, List<CommandParameterInfo> parameters)

Parameters

name string
methodName string
declaringClass string
bindingName string
bindingGuid string
routing string
parameters List<CommandParameterInfo>

Fields

BindingGuid

public string BindingGuid

Field Value

string

BindingName

public string BindingName

Field Value

string

CommandName

public string CommandName

Field Value

string

MethodDeclaringClass

public string MethodDeclaringClass

Field Value

string

MethodName

public string MethodName

Field Value

string

ParametersInfo

public List<CommandParameterInfo> ParametersInfo

Field Value

List<CommandParameterInfo>

Routing

public string Routing

Field Value

string