C# Класс BlottoBeats.Library.SongData.SongParameters

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SongParameters ( int ID, int score, int seed, int tempo, string genre, int userID ) : System

Constructs a SongParameters object with the given data

SongParameters ( int seed, int tempo, string genre ) : System

Creates a new SongParameters object with a default ID of -1 and a score of 0

SongParameters ( int seed, int tempo, string genre, int userID ) : System

Creates a new SongParameters object with a default ID of -1 and a score of 0

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

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

Constructs a SongParameters object with the given data
public SongParameters ( int ID, int score, int seed, int tempo, string genre, int userID ) : System
ID int ID of the song
score int Score of the song
seed int Seed of the song
tempo int Tempo of the song
genre string Genre of the song
userID int
Результат System

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

Creates a new SongParameters object with a default ID of -1 and a score of 0
public SongParameters ( int seed, int tempo, string genre ) : System
seed int Seed of the song
tempo int Tempo of the song
genre string Genre of the song
Результат System

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

Creates a new SongParameters object with a default ID of -1 and a score of 0
public SongParameters ( int seed, int tempo, string genre, int userID ) : System
seed int Seed of the song
tempo int Tempo of the song
genre string Genre of the song
userID int UserID of the owner
Результат System