C# 클래스 BSky.Statistics.Common.ServerCommand

상속: IServerCommand
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteR() 공개 메소드

public ExecuteR ( bool hasReturn, bool hasUAReturn ) : object
hasReturn bool
hasUAReturn bool
리턴 object

Load() 공개 정적인 메소드

public static Load ( string fileName ) : ServerCommand
fileName string
리턴 ServerCommand

Save() 공개 정적인 메소드

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

ServerCommand() 공개 메소드

public ServerCommand ( CommandDispatcher dispatcher ) : System.Xml.Serialization
dispatcher CommandDispatcher
리턴 System.Xml.Serialization

ServerCommand() 공개 메소드

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

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool