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

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

Method Details

SubjectEditDto() public méthode

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

SubjectEditDto() public méthode

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