C# Class EA.Iws.Domain.NotificationApplication.TechnologyEmployed

Inheritance: System.Entity
Exibir arquivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
CreateTechnologyEmployedWithAnnex ( System.Guid notificationId, string details ) : TechnologyEmployed
CreateTechnologyEmployedWithFurtherDetails ( System.Guid notificationId, string details, string furtherDetails ) : TechnologyEmployed
SetWithAnnex ( string details ) : void
SetWithFurtherDetails ( string details, string furtherDetails ) : void

Protected Methods

Method Description
TechnologyEmployed ( ) : System

Private Methods

Method Description
TechnologyEmployed ( System.Guid notificationId, bool annexProvided, string details, string furtherDetails ) : System

Method Details

CreateTechnologyEmployedWithAnnex() public static method

public static CreateTechnologyEmployedWithAnnex ( System.Guid notificationId, string details ) : TechnologyEmployed
notificationId System.Guid
details string
return TechnologyEmployed

CreateTechnologyEmployedWithFurtherDetails() public static method

public static CreateTechnologyEmployedWithFurtherDetails ( System.Guid notificationId, string details, string furtherDetails ) : TechnologyEmployed
notificationId System.Guid
details string
furtherDetails string
return TechnologyEmployed

SetWithAnnex() public method

public SetWithAnnex ( string details ) : void
details string
return void

SetWithFurtherDetails() public method

public SetWithFurtherDetails ( string details, string furtherDetails ) : void
details string
furtherDetails string
return void

TechnologyEmployed() protected method

protected TechnologyEmployed ( ) : System
return System