C# Class Rsdn.Janus.CommandInfo

Inheritance: ICommandInfo
Afficher le fichier Open project: rsdn/janus

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

CommandInfo() public méthode

public CommandInfo ( [ commandName, CommandType commandType, [ parameters, string displayName, string description ) : System
commandName [
commandType CommandType
parameters [
displayName string
description string
Résultat System

GetParameter() public méthode

public GetParameter ( string name ) : ICommandParameterInfo
name string
Résultat ICommandParameterInfo

IsParameterExists() public méthode

public IsParameterExists ( string name ) : bool
name string
Résultat bool