C# Класс EA.Iws.Domain.NotificationApplication.TechnologyEmployed

Наследование: System.Entity
Показать файл Открыть проект

Открытые методы

Метод Описание
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