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

Show file Open project: romankmueller/SchoolPlanner

Private Properties

Property Type Description

Protected Methods

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

Initializes a new instance of the ItemDtoBase class.
protected ItemDtoBase ( ) : System
return System

ItemDtoBase() protected method

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