C# 클래스 GSF.ServiceProcess.ClientRequest

상속: ISerializable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
ClientRequest ( ) : System

Initializes a new instance of the ClientRequest class.

ClientRequest ( string command ) : System

Initializes a new instance of the ClientRequest class.

ClientRequest ( string command, System.Arguments arguments ) : System

Initializes a new instance of the ClientRequest class.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a SerializationInfo with the data needed to serialize the target object.

Parse ( string text ) : ClientRequest

Converts string to a ClientRequest.

ToString ( ) : string

Returns the String that represents the ClientRequest.

보호된 메소드들

메소드 설명
ClientRequest ( SerializationInfo info, StreamingContext context ) : System

Creates a new ClientRequest from serialization parameters.

메소드 상세

ClientRequest() 공개 메소드

Initializes a new instance of the ClientRequest class.
public ClientRequest ( ) : System
리턴 System

ClientRequest() 보호된 메소드

Creates a new ClientRequest from serialization parameters.
protected ClientRequest ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
리턴 System

ClientRequest() 공개 메소드

Initializes a new instance of the ClientRequest class.
public ClientRequest ( string command ) : System
command string Command text for the .
리턴 System

ClientRequest() 공개 메소드

Initializes a new instance of the ClientRequest class.
public ClientRequest ( string command, System.Arguments arguments ) : System
command string Command text for the .
arguments System.Arguments for the .
리턴 System

GetObjectData() 공개 메소드

Populates a SerializationInfo with the data needed to serialize the target object.
The caller does not have the required permission.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination (see ) for this serialization.
리턴 void

Parse() 공개 정적인 메소드

Converts string to a ClientRequest.
public static Parse ( string text ) : ClientRequest
text string Text to be converted to a .
리턴 ClientRequest

ToString() 공개 메소드

Returns the String that represents the ClientRequest.
public ToString ( ) : string
리턴 string