C# Класс Bzs.Portable.DataTransferObjects.Subject.SubjectLookupDto

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

Private Properties

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

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

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

Initializes a new instance of the SubjectLookupDto class.

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

Initializes a new instance of the SubjectLookupDto class.

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

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

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

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

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