C# Class Bzs.Portable.DataTransferObjects.Day.DayLookupDto

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

Private Properties

Property Type Description

Public Methods

Method Description
DayLookupDto ( ) : System

Initializes a new instance of the DayLookupDto class.

DayLookupDto ( System.Guid id, int order, string code, string caption ) : System

Initializes a new instance of the DayLookupDto class.

Method Details

DayLookupDto() public method

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

DayLookupDto() public method

Initializes a new instance of the DayLookupDto class.
public DayLookupDto ( System.Guid id, int order, string code, string caption ) : System
id System.Guid The identifier.
order int The order position.
code string The code.
caption string The caption.
return System