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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

TeacherLookupDto() public méthode

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

TeacherLookupDto() public méthode

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