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

Inheritance: Bzs.Portable.DataTransferObjects.Base.ItemDtoBase
Show file Open project: romankmueller/SchoolPlanner

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the TeacherLookupDto class.
public TeacherLookupDto ( ) : System
return System

TeacherLookupDto() public method

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.
return System