C# Class TTAPI.Recv.Command

ファイルを表示 Open project: Inumedia/Turntable-API.NET Class Usage Examples

Public Properties

Property Type Description
command string
msgid int
success bool

Public Methods

Method Description
MapCommandToType ( string command ) : Type
Preprocess ( Type serializeTo, string input ) : string

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

Private Methods

Method Description
Command ( ) : System

Method Details

MapCommandToType() public static method

public static MapCommandToType ( string command ) : Type
command string
return System.Type

Preprocess() public static method

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.
return string

Property Details

command public_oe property

public string command
return string

msgid public_oe property

public int msgid
return int

success public_oe property

public bool success
return bool