C# Class BlottoBeats.Library.Networking.BBResponse

Afficher le fichier Open project: Zwolf11/BlottoBeats

Méthodes publiques

Méthode Description
BBResponse ( ) : System
BBResponse ( List songs ) : System
BBResponse ( SongParameters song ) : System
BBResponse ( string type, string message ) : System

Method Details

BBResponse() public méthode

public BBResponse ( ) : System
Résultat System

BBResponse() public méthode

public BBResponse ( List songs ) : System
songs List
Résultat System

BBResponse() public méthode

public BBResponse ( SongParameters song ) : System
song BlottoBeats.Library.SongData.SongParameters
Résultat System

BBResponse() public méthode

public BBResponse ( string type, string message ) : System
type string
message string
Résultat System