C# Класс Bzs.Portable.DataTransferObjects.Teacher.TeacherLookupDto

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

Private Properties

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

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

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

Initializes a new instance of the TeacherLookupDto class.

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

Initializes a new instance of the TeacherLookupDto class.

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

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

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

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

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