C# Class TTAPI.Recv.Command

Afficher le fichier Open project: Inumedia/Turntable-API.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
command string
msgid int
success bool

Méthodes publiques

Méthode 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

Méthode Description
Command ( ) : System

Method Details

MapCommandToType() public static méthode

public static MapCommandToType ( string command ) : Type
command string
Résultat System.Type

Preprocess() public static méthode

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.
Résultat string

Property Details

command public_oe property

public string command
Résultat string

msgid public_oe property

public int msgid
Résultat int

success public_oe property

public bool success
Résultat bool