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

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

Private Properties

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

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

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

Initializes a new instance of the TeacherEditDto class.

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

Initializes a new instance of the TeacherEditDto class.

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

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

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

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

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