C# 클래스 Bzs.Portable.DataTransferObjects.Room.RoomLookupDto

상속: Bzs.Portable.DataTransferObjects.Base.ItemDtoBase
파일 보기 프로젝트 열기: romankmueller/SchoolPlanner

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RoomLookupDto ( ) : System

Initializes a new instance of the RoomLookupDto class.

RoomLookupDto ( System.Guid id, string code, string caption ) : System

Initializes a new instance of the RoomLookupDto class.

메소드 상세

RoomLookupDto() 공개 메소드

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

RoomLookupDto() 공개 메소드

Initializes a new instance of the RoomLookupDto class.
public RoomLookupDto ( System.Guid id, string code, string caption ) : System
id System.Guid The identifier.
code string The code.
caption string The caption.
리턴 System