C# Класс BlottoBeats.Library.Networking.BBResponse

Показать файл Открыть проект

Открытые методы

Метод Описание
BBResponse ( ) : System
BBResponse ( List songs ) : System
BBResponse ( SongParameters song ) : System
BBResponse ( string type, string message ) : System

Описание методов

BBResponse() публичный Метод

public BBResponse ( ) : System
Результат System

BBResponse() публичный Метод

public BBResponse ( List songs ) : System
songs List
Результат System

BBResponse() публичный Метод

public BBResponse ( SongParameters song ) : System
song BlottoBeats.Library.SongData.SongParameters
Результат System

BBResponse() публичный Метод

public BBResponse ( string type, string message ) : System
type string
message string
Результат System