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

Inheritance: System.Entity
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TechnologyEmployed ( ) : System

Private Methods

Méthode Description
TechnologyEmployed ( System.Guid notificationId, bool annexProvided, string details, string furtherDetails ) : System

Method Details

CreateTechnologyEmployedWithAnnex() public static méthode

public static CreateTechnologyEmployedWithAnnex ( System.Guid notificationId, string details ) : TechnologyEmployed
notificationId System.Guid
details string
Résultat TechnologyEmployed

CreateTechnologyEmployedWithFurtherDetails() public static méthode

public static CreateTechnologyEmployedWithFurtherDetails ( System.Guid notificationId, string details, string furtherDetails ) : TechnologyEmployed
notificationId System.Guid
details string
furtherDetails string
Résultat TechnologyEmployed

SetWithAnnex() public méthode

public SetWithAnnex ( string details ) : void
details string
Résultat void

SetWithFurtherDetails() public méthode

public SetWithFurtherDetails ( string details, string furtherDetails ) : void
details string
furtherDetails string
Résultat void

TechnologyEmployed() protected méthode

protected TechnologyEmployed ( ) : System
Résultat System