C# Class Bzs.Portable.DataTransferObjects.Room.RoomLookupDto

Inheritance: Bzs.Portable.DataTransferObjects.Base.ItemDtoBase
Show file Open project: romankmueller/SchoolPlanner

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

RoomLookupDto() public method

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

RoomLookupDto() public method

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