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

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

공개 메소드들

메소드 설명
DeleteRoom ( System.Guid id, System.Guid accountId ) : ResultDto

Deletes the room.

GetRoomLookup ( System.Guid accountId ) : List

Returns the room lookup data.

InsertRoom ( RoomEditDto itemToSave, System.Guid accountId ) : ResultDto

Inserts a room.

RoomExists ( System.Guid id, BzsEntityContainer ctx ) : bool

Returns a value indicating whether the room exists.

RoomServerService ( ) : System

Initializes a new instance of the RoomServerService class.

UpdateRoom ( RoomEditDto itemToSave, System.Guid accountId ) : ResultDto

Updates a room.

메소드 상세

DeleteRoom() 공개 메소드

Deletes the room.
public DeleteRoom ( System.Guid id, System.Guid accountId ) : ResultDto
id System.Guid The room identifier.
accountId System.Guid The account identifier.
리턴 Bzs.Portable.DataTransferObjects.Base.ResultDto

GetRoomLookup() 공개 메소드

Returns the room lookup data.
public GetRoomLookup ( System.Guid accountId ) : List
accountId System.Guid The account identifier.
리턴 List

InsertRoom() 공개 메소드

Inserts a room.
public InsertRoom ( RoomEditDto itemToSave, System.Guid accountId ) : ResultDto
itemToSave Bzs.Portable.DataTransferObjects.Room.RoomEditDto The item to save.
accountId System.Guid The account identifier.
리턴 Bzs.Portable.DataTransferObjects.Base.ResultDto

RoomExists() 공개 메소드

Returns a value indicating whether the room exists.
public RoomExists ( System.Guid id, BzsEntityContainer ctx ) : bool
id System.Guid The identifier.
ctx Bzs.Server.DataAccess.BzsEntityContainer The entity container.
리턴 bool

RoomServerService() 공개 메소드

Initializes a new instance of the RoomServerService class.
public RoomServerService ( ) : System
리턴 System

UpdateRoom() 공개 메소드

Updates a room.
public UpdateRoom ( RoomEditDto itemToSave, System.Guid accountId ) : ResultDto
itemToSave Bzs.Portable.DataTransferObjects.Room.RoomEditDto The item to save.
accountId System.Guid The account identifier.
리턴 Bzs.Portable.DataTransferObjects.Base.ResultDto