C# Class Mono.Addins.Setup.SetupCommand

Mostrar archivo Open project: slluis/mono-addins Class Usage Examples

Public Properties

Property Type Description
Category string
Command string
Description string
Handler SetupCommandHandler
LongDescription string
ShortCommand string

Public Methods

Method Description
AppendDesc ( string s ) : void
SetupCommand ( string cat, string cmd, string shortCmd, SetupCommandHandler handler ) : System

Method Details

AppendDesc() public method

public AppendDesc ( string s ) : void
s string
return void

SetupCommand() public method

public SetupCommand ( string cat, string cmd, string shortCmd, SetupCommandHandler handler ) : System
cat string
cmd string
shortCmd string
handler SetupCommandHandler
return System

Property Details

Category public_oe property

public string Category
return string

Command public_oe property

public string Command
return string

Description public_oe property

public string Description
return string

Handler public_oe property

public SetupCommandHandler Handler
return SetupCommandHandler

LongDescription public_oe property

public string LongDescription
return string

ShortCommand public_oe property

public string ShortCommand
return string