C# Класс ITimeU.Models.RuntimeModel

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

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

Метод Описание
Create ( int runtime, int checkpointId ) : RuntimeModel

Creates a runtime in the database.

DeleteRuntime ( int runtimeid ) : void

Deletes the runtime.

EditRuntime ( int runtimeid, int newRuntime ) : void
EditRuntime ( int runtimeid, int h, int m, int s, int ms ) : void
GetRuntimes ( int checkpointId ) : int>.Dictionary

Gets the runtimes.

RuntimeModel ( ) : System
Update ( ) : void
getById ( int runtimeId ) : RuntimeModel

Gets a runtime with the given id from the database.

Приватные методы

Метод Описание
CreateDbEntity ( int runtime, int checkpointId ) : Runtime
RuntimeModel ( int _id, int _runtime, int _checkpointId ) : System
SaveToDb ( Runtime runtimeDb ) : void

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

Create() публичный статический Метод

Creates a runtime in the database.
public static Create ( int runtime, int checkpointId ) : RuntimeModel
runtime int The runtime in milliseconds.
checkpointId int
Результат RuntimeModel

DeleteRuntime() публичный статический Метод

Deletes the runtime.
public static DeleteRuntime ( int runtimeid ) : void
runtimeid int The runtimeid.
Результат void

EditRuntime() публичный статический Метод

public static EditRuntime ( int runtimeid, int newRuntime ) : void
runtimeid int
newRuntime int
Результат void

EditRuntime() публичный статический Метод

public static EditRuntime ( int runtimeid, int h, int m, int s, int ms ) : void
runtimeid int
h int
m int
s int
ms int
Результат void

GetRuntimes() публичный статический Метод

Gets the runtimes.
public static GetRuntimes ( int checkpointId ) : int>.Dictionary
checkpointId int The checkpoint id.
Результат int>.Dictionary

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

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

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

public Update ( ) : void
Результат void

getById() публичный статический Метод

Gets a runtime with the given id from the database.
public static getById ( int runtimeId ) : RuntimeModel
runtimeId int
Результат RuntimeModel