C# Class IInteractive.WebConsole.Program

Exibir arquivo Open project: iinteractive/IInteractive.WebTest

Public Properties

Property Type Description
CONFIG_ARG_PREFIXES string[]
CONFIG_FILE_ERROR_MESSAGE string
HELP_MESSAGE string
MISSING_CONFIG_FILE_MESSAGE string
MISSING_CONFIG_SECTIONS_MESSAGE string

Public Methods

Method Description
Execute ( ) : int
Program ( string Args ) : System

Private Methods

Method Description
Main ( string args ) : int

Method Details

Execute() public method

public Execute ( ) : int
return int

Program() public method

public Program ( string Args ) : System
Args string
return System

Property Details

CONFIG_ARG_PREFIXES public_oe static_oe property

public static string[] CONFIG_ARG_PREFIXES
return string[]

CONFIG_FILE_ERROR_MESSAGE public_oe static_oe property

public static string CONFIG_FILE_ERROR_MESSAGE
return string

HELP_MESSAGE public_oe static_oe property

public static string HELP_MESSAGE
return string

MISSING_CONFIG_FILE_MESSAGE public_oe static_oe property

public static string MISSING_CONFIG_FILE_MESSAGE
return string

MISSING_CONFIG_SECTIONS_MESSAGE public_oe static_oe property

public static string MISSING_CONFIG_SECTIONS_MESSAGE
return string