C# Class BlottoBeats.Library.Networking.BBResponse

Show file Open project: Zwolf11/BlottoBeats

Public Methods

Method Description
BBResponse ( ) : System
BBResponse ( List songs ) : System
BBResponse ( SongParameters song ) : System
BBResponse ( string type, string message ) : System

Method Details

BBResponse() public method

public BBResponse ( ) : System
return System

BBResponse() public method

public BBResponse ( List songs ) : System
songs List
return System

BBResponse() public method

public BBResponse ( SongParameters song ) : System
song BlottoBeats.Library.SongData.SongParameters
return System

BBResponse() public method

public BBResponse ( string type, string message ) : System
type string
message string
return System