C# 클래스 TTAPI.Recv.Command

파일 보기 프로젝트 열기: Inumedia/Turntable-API.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
command string
msgid int
success bool

공개 메소드들

메소드 설명
MapCommandToType ( string command ) : Type
Preprocess ( Type serializeTo, string input ) : string

Attempts to preprocess text to allow easier mapping to a native object.

비공개 메소드들

메소드 설명
Command ( ) : System

메소드 상세

MapCommandToType() 공개 정적인 메소드

public static MapCommandToType ( string command ) : Type
command string
리턴 System.Type

Preprocess() 공개 정적인 메소드

Attempts to preprocess text to allow easier mapping to a native object.
public static Preprocess ( Type serializeTo, string input ) : string
serializeTo System.Type The type that we are planning on serializing to.
input string The input data that we are preprocessing.
리턴 string

프로퍼티 상세

command 공개적으로 프로퍼티

public string command
리턴 string

msgid 공개적으로 프로퍼티

public int msgid
리턴 int

success 공개적으로 프로퍼티

public bool success
리턴 bool