C# Class Bzs.Portable.DataTransferObjects.Subject.SubjectLookupDto

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SubjectLookupDto ( ) : System

Initializes a new instance of the SubjectLookupDto class.

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

Initializes a new instance of the SubjectLookupDto class.

Method Details

SubjectLookupDto() public méthode

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

SubjectLookupDto() public méthode

Initializes a new instance of the SubjectLookupDto class.
public SubjectLookupDto ( System.Guid id, string code, string caption ) : System
id System.Guid The identifier.
code string The code.
caption string The caption.
Résultat System