C# Class Bzs.Portable.DataTransferObjects.Teacher.TeacherEditDto

Inheritance: Bzs.Portable.DataTransferObjects.Base.ItemDtoBase
Afficher le fichier Open project: romankmueller/SchoolPlanner Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

TeacherEditDto() public méthode

Initializes a new instance of the TeacherEditDto class.
public TeacherEditDto ( ) : System
Résultat System

TeacherEditDto() public méthode

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.
Résultat System