C# Класс Bzs.Server.ServerService.DayServerService

Represents a day server service.
Наследование: ServerServiceBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DayExists ( System.Guid id, BzsEntityContainer ctx ) : bool

Returns a value indicating whether the day exists.

DayServerService ( ) : System

Initializes a new instance of the DayServerService class.

GetDayLookup ( ) : List

Returns the day lookup.

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

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

Returns a value indicating whether the day exists.
public DayExists ( System.Guid id, BzsEntityContainer ctx ) : bool
id System.Guid The identifier.
ctx Bzs.Server.DataAccess.BzsEntityContainer The entity container.
Результат bool

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

Initializes a new instance of the DayServerService class.
public DayServerService ( ) : System
Результат System

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

Returns the day lookup.
public GetDayLookup ( ) : List
Результат List