C# Class Mono.Addins.Setup.SetupCommand

Show file 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 property

public string Category
return string

Command public property

public string Command
return string

Description public property

public string Description
return string

Handler public property

public SetupCommandHandler Handler
return SetupCommandHandler

LongDescription public property

public string LongDescription
return string

ShortCommand public property

public string ShortCommand
return string