C# Class OpenIDE.Core.Language.BaseCommandHandlerParameter

Mostrar archivo Open project: continuoustests/OpenIDE Class Usage Examples

Protected Properties

Property Type Description
_parameters List

Public Methods

Method Description
Add ( BaseCommandHandlerParameter parameter ) : BaseCommandHandlerParameter
Add ( string name, string description ) : BaseCommandHandlerParameter
BaseCommandHandlerParameter ( string name, string description ) : System
BaseCommandHandlerParameter ( string name, string description, CommandType type ) : System
GetDescription ( string newline ) : string
Insert ( string name, string description ) : BaseCommandHandlerParameter
Rebrand ( string name, string description ) : void
Rebrand ( string name, string description, CommandType type ) : void

Private Methods

Method Description
setNameProperties ( BaseCommandHandlerParameter parameter, string rawName ) : void
setNameProperties ( string rawName ) : void

Method Details

Add() public method

public Add ( BaseCommandHandlerParameter parameter ) : BaseCommandHandlerParameter
parameter BaseCommandHandlerParameter
return BaseCommandHandlerParameter

Add() public method

public Add ( string name, string description ) : BaseCommandHandlerParameter
name string
description string
return BaseCommandHandlerParameter

BaseCommandHandlerParameter() public method

public BaseCommandHandlerParameter ( string name, string description ) : System
name string
description string
return System

BaseCommandHandlerParameter() public method

public BaseCommandHandlerParameter ( string name, string description, CommandType type ) : System
name string
description string
type CommandType
return System

GetDescription() public method

public GetDescription ( string newline ) : string
newline string
return string

Insert() public method

public Insert ( string name, string description ) : BaseCommandHandlerParameter
name string
description string
return BaseCommandHandlerParameter

Rebrand() public method

public Rebrand ( string name, string description ) : void
name string
description string
return void

Rebrand() public method

public Rebrand ( string name, string description, CommandType type ) : void
name string
description string
type CommandType
return void

Property Details

_parameters protected_oe property

protected List _parameters
return List