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

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
RoomEditDto ( ) : System

Initializes a new instance of the RoomEditDto class.

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

Initializes a new instance of the RoomEditDto class.

Описание методов

RoomEditDto() публичный Метод

Initializes a new instance of the RoomEditDto class.
public RoomEditDto ( ) : System
Результат System

RoomEditDto() публичный Метод

Initializes a new instance of the RoomEditDto class.
public RoomEditDto ( System.Guid id, string code, string caption ) : System
id System.Guid The identifier.
code string The code.
caption string The caption.
Результат System