C# Класс Bzs.Portable.DataTransferObjects.Room.RoomLookupDto

Наследование: Bzs.Portable.DataTransferObjects.Base.ItemDtoBase
Показать файл Открыть проект

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