C# Класс EA.Iws.Domain.ImportNotificationAssessment.ImportNotificationAssessment

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

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

Метод Описание
Acknowledge ( System.DateTime date ) : void
AddStatusChangeRecord ( ImportNotificationStatusChange statusChange ) : void
BeginAssessment ( System.DateTime date, string officer ) : void
CompleteNotification ( System.DateTime date ) : void
GetAvailableDecisions ( ) : IEnumerable
ImportNotificationAssessment ( System.Guid notificationId ) : System
MarkFileClosed ( System.DateTime fileClosedDate ) : void
PaymentComplete ( System.DateTime date ) : void
Receive ( System.DateTime receivedDate ) : void
SetArchiveReference ( string reference ) : void
Submit ( ) : void
WithdrawConsent ( System.DateTime withdrawalDate, string reasonsForWithdrawal ) : void

Защищенные методы

Метод Описание
ImportNotificationAssessment ( ) : System

Приватные методы

Метод Описание
Consent ( DateRange dateRange, string conditions, System.Guid userId, System.DateTime consentedDate ) : ImportConsent
CreateStateMachine ( ) : Trigger>.StateMachine
Object ( System.DateTime date, string reasons ) : ImportObjection
OnAcknowledged ( System.DateTime acknowledgedDate ) : void
OnAssessmentStarted ( System.DateTime date, string officer ) : void
OnConsentWithdrawn ( System.DateTime withdrawnDate, string reasons ) : void
OnConsented ( System.DateTime consentDate ) : void
OnFileClosed ( System.DateTime fileClosedDate ) : void
OnFullyPaid ( System.DateTime paymentDate ) : void
OnNotificationCompleted ( System.DateTime completedDate ) : void
OnReceived ( System.DateTime receivedDate ) : void
OnTransition ( Trigger>.StateMachine transition ) : void
Withdraw ( System.DateTime date, string reasons ) : ImportWithdrawn

Описание методов

Acknowledge() публичный Метод

public Acknowledge ( System.DateTime date ) : void
date System.DateTime
Результат void

AddStatusChangeRecord() публичный Метод

public AddStatusChangeRecord ( ImportNotificationStatusChange statusChange ) : void
statusChange ImportNotificationStatusChange
Результат void

BeginAssessment() публичный Метод

public BeginAssessment ( System.DateTime date, string officer ) : void
date System.DateTime
officer string
Результат void

CompleteNotification() публичный Метод

public CompleteNotification ( System.DateTime date ) : void
date System.DateTime
Результат void

GetAvailableDecisions() публичный Метод

public GetAvailableDecisions ( ) : IEnumerable
Результат IEnumerable

ImportNotificationAssessment() защищенный Метод

protected ImportNotificationAssessment ( ) : System
Результат System

ImportNotificationAssessment() публичный Метод

public ImportNotificationAssessment ( System.Guid notificationId ) : System
notificationId System.Guid
Результат System

MarkFileClosed() публичный Метод

public MarkFileClosed ( System.DateTime fileClosedDate ) : void
fileClosedDate System.DateTime
Результат void

PaymentComplete() публичный Метод

public PaymentComplete ( System.DateTime date ) : void
date System.DateTime
Результат void

Receive() публичный Метод

public Receive ( System.DateTime receivedDate ) : void
receivedDate System.DateTime
Результат void

SetArchiveReference() публичный Метод

public SetArchiveReference ( string reference ) : void
reference string
Результат void

Submit() публичный Метод

public Submit ( ) : void
Результат void

WithdrawConsent() публичный Метод

public WithdrawConsent ( System.DateTime withdrawalDate, string reasonsForWithdrawal ) : void
withdrawalDate System.DateTime
reasonsForWithdrawal string
Результат void