C# Class Bzs.Server.ServerService.DayServerService

Represents a day server service.
Inheritance: ServerServiceBase
Show file Open project: romankmueller/SchoolPlanner Class Usage Examples

Public Methods

Method 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 method

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.
return bool

DayServerService() public method

Initializes a new instance of the DayServerService class.
public DayServerService ( ) : System
return System

GetDayLookup() public method

Returns the day lookup.
public GetDayLookup ( ) : List
return List