C# Class OrderManagement.Domain.Order

Exibir arquivo Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

Method Description
Order ( string header, string customerName, System.DateTime createdOnDateTime, System.DateTime deadLine, System.Net.Mail.MailAddress email, string description, ISet attachments, ProjectType projectType ) : Common.System

Protected Methods

Method Description
Order ( ) : Common.System

Method Details

Order() protected method

protected Order ( ) : Common.System
return Common.System

Order() public method

public Order ( string header, string customerName, System.DateTime createdOnDateTime, System.DateTime deadLine, System.Net.Mail.MailAddress email, string description, ISet attachments, ProjectType projectType ) : Common.System
header string
customerName string
createdOnDateTime System.DateTime
deadLine System.DateTime
email System.Net.Mail.MailAddress
description string
attachments ISet
projectType ProjectType
return Common.System