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

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

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

Метод Описание
AcceptChanges ( ) : void
Acknowledge ( System.DateTime acknowledgedDate ) : void
AddStatusChangeRecord ( NotificationStatusChange statusChange ) : void
Commenced ( System.DateTime commencementDate, string nameOfOfficer ) : void
GetAvailableDecisions ( ) : IEnumerable
MarkFileClosed ( System.DateTime fileClosedDate ) : void
NotificationAssessment ( System.Guid notificationApplicationId ) : System
NotificationReceived ( System.DateTime receivedDate ) : void
Object ( System.DateTime objectionDate, string reason ) : void
RejectChanges ( ) : void
Resubmit ( ) : void
SetArchiveReference ( string reference ) : void
Submit ( INotificationProgressService progressService ) : void
Transmit ( System.DateTime transmittedDate ) : void
Unlock ( ) : void
Withdraw ( System.DateTime withdrawnDate, string reason ) : void
WithdrawConsent ( System.DateTime withdrawalDate, string reasonsForWithdrawal ) : void

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

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

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

Метод Описание
Complete ( System.DateTime completedDate ) : void
Consent ( DateRange dateRange, string conditions, System.Guid userId, System.DateTime consentedDate ) : Consent
CreateStateMachine ( ) : Trigger>.StateMachine
OnAcknowledged ( System.DateTime acknowledgedDate ) : void
OnCompleted ( System.DateTime completedDate ) : void
OnConsentWithdrawn ( System.DateTime withdrawnDate, string reasons ) : void
OnConsented ( System.DateTime consentedDate ) : void
OnFileClosed ( System.DateTime fileClosedDate ) : void
OnInAssessment ( System.DateTime commencementDate, string nameOfOfficer ) : void
OnObjected ( System.DateTime objectionDate, string reason ) : void
OnReceived ( System.DateTime receivedDate ) : void
OnSubmit ( ) : void
OnTransitionAction ( Trigger>.StateMachine transition ) : void
OnTransmitted ( System.DateTime transmittedDate ) : void
OnWithdrawn ( System.DateTime withdrawnDate, string reason ) : void

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

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

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

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

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

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

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

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

public Commenced ( System.DateTime commencementDate, string nameOfOfficer ) : void
commencementDate System.DateTime
nameOfOfficer string
Результат void

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

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

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

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

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

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

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

public NotificationAssessment ( System.Guid notificationApplicationId ) : System
notificationApplicationId System.Guid
Результат System

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

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

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

public Object ( System.DateTime objectionDate, string reason ) : void
objectionDate System.DateTime
reason string
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

public Withdraw ( System.DateTime withdrawnDate, string reason ) : void
withdrawnDate System.DateTime
reason string
Результат void

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

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