C# Class BSky.Statistics.Common.ServerCommand

Inheritance: IServerCommand
ファイルを表示 Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
ExecuteR ( bool hasReturn, bool hasUAReturn ) : object
Load ( string fileName ) : ServerCommand
Save ( string fileName, ServerCommand command ) : void
ServerCommand ( CommandDispatcher dispatcher ) : System.Xml.Serialization
ServerCommand ( CommandDispatcher dispatcher, string name, string sourceCodeScript ) : System.Xml.Serialization
Validate ( ) : bool

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecuteR() public method

public ExecuteR ( bool hasReturn, bool hasUAReturn ) : object
hasReturn bool
hasUAReturn bool
return object

Load() public static method

public static Load ( string fileName ) : ServerCommand
fileName string
return ServerCommand

Save() public static method

public static Save ( string fileName, ServerCommand command ) : void
fileName string
command ServerCommand
return void

ServerCommand() public method

public ServerCommand ( CommandDispatcher dispatcher ) : System.Xml.Serialization
dispatcher CommandDispatcher
return System.Xml.Serialization

ServerCommand() public method

public ServerCommand ( CommandDispatcher dispatcher, string name, string sourceCodeScript ) : System.Xml.Serialization
dispatcher CommandDispatcher
name string
sourceCodeScript string
return System.Xml.Serialization

Validate() public method

public Validate ( ) : bool
return bool