C# Class Bzs.Server.ServerService.DayServerService

Represents a day server service.
Inheritance: ServerServiceBase
Afficher le fichier Open project: romankmueller/SchoolPlanner Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

DayExists() public méthode

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.
Résultat bool

DayServerService() public méthode

Initializes a new instance of the DayServerService class.
public DayServerService ( ) : System
Résultat System

GetDayLookup() public méthode

Returns the day lookup.
public GetDayLookup ( ) : List
Résultat List