C# Class Rsdn.Janus.CommandInfo

Inheritance: ICommandInfo
ファイルを表示 Open project: rsdn/janus

Private Properties

Property Type Description

Public Methods

Method Description
CommandInfo ( [ commandName, CommandType commandType, [ parameters, string displayName, string description ) : System
GetParameter ( string name ) : ICommandParameterInfo
IsParameterExists ( string name ) : bool

Method Details

CommandInfo() public method

public CommandInfo ( [ commandName, CommandType commandType, [ parameters, string displayName, string description ) : System
commandName [
commandType CommandType
parameters [
displayName string
description string
return System

GetParameter() public method

public GetParameter ( string name ) : ICommandParameterInfo
name string
return ICommandParameterInfo

IsParameterExists() public method

public IsParameterExists ( string name ) : bool
name string
return bool