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

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

Private Properties

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

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

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

Initializes a new instance of the SubjectEditDto class.

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

Initializes a new instance of the SubjectEditDto class.

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

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

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

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

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