C# 클래스 Bzs.Server.ServerService.DayServerService

Represents a day server service.
상속: ServerServiceBase
파일 보기 프로젝트 열기: romankmueller/SchoolPlanner 1 사용 예제들

공개 메소드들

메소드 설명
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