C# Class TTAPI.Recv.Command

Show file 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 property

public string command
return string

msgid public property

public int msgid
return int

success public property

public bool success
return bool