C# Class Bzs.Portable.DataTransferObjects.Base.ItemDtoBase

Afficher le fichier Open project: romankmueller/SchoolPlanner

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ItemDtoBase ( ) : System

Initializes a new instance of the ItemDtoBase class.

ItemDtoBase ( System.Guid id ) : System

Initializes a new instance of the ItemDtoBase class.

Method Details

ItemDtoBase() protected méthode

Initializes a new instance of the ItemDtoBase class.
protected ItemDtoBase ( ) : System
Résultat System

ItemDtoBase() protected méthode

Initializes a new instance of the ItemDtoBase class.
protected ItemDtoBase ( System.Guid id ) : System
id System.Guid The identifier.
Résultat System