C# 클래스 EA.Iws.Domain.NotificationApplication.TechnologyEmployed

상속: System.Entity
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
TechnologyEmployed ( ) : System

비공개 메소드들

메소드 설명
TechnologyEmployed ( System.Guid notificationId, bool annexProvided, string details, string furtherDetails ) : System

메소드 상세

CreateTechnologyEmployedWithAnnex() 공개 정적인 메소드

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

CreateTechnologyEmployedWithFurtherDetails() 공개 정적인 메소드

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

SetWithAnnex() 공개 메소드

public SetWithAnnex ( string details ) : void
details string
리턴 void

SetWithFurtherDetails() 공개 메소드

public SetWithFurtherDetails ( string details, string furtherDetails ) : void
details string
furtherDetails string
리턴 void

TechnologyEmployed() 보호된 메소드

protected TechnologyEmployed ( ) : System
리턴 System