Метод | Описание | |
---|---|---|
AcceptChanges ( ) : void | ||
Acknowledge ( System.DateTime acknowledgedDate ) : void | ||
AddStatusChangeRecord ( |
||
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 |
||
OnTransmitted ( System.DateTime transmittedDate ) : void | ||
OnWithdrawn ( System.DateTime withdrawnDate, string reason ) : void |
public Acknowledge ( System.DateTime acknowledgedDate ) : void | ||
acknowledgedDate | System.DateTime | |
Результат | void |
public AddStatusChangeRecord ( |
||
statusChange | ||
Результат | void |
public Commenced ( System.DateTime commencementDate, string nameOfOfficer ) : void | ||
commencementDate | System.DateTime | |
nameOfOfficer | string | |
Результат | void |
public GetAvailableDecisions ( ) : IEnumerable |
||
Результат | IEnumerable |
public MarkFileClosed ( System.DateTime fileClosedDate ) : void | ||
fileClosedDate | System.DateTime | |
Результат | void |
protected NotificationAssessment ( ) : System | ||
Результат | System |
public NotificationAssessment ( System.Guid notificationApplicationId ) : System | ||
notificationApplicationId | System.Guid | |
Результат | System |
public NotificationReceived ( System.DateTime receivedDate ) : void | ||
receivedDate | System.DateTime | |
Результат | void |
public Object ( System.DateTime objectionDate, string reason ) : void | ||
objectionDate | System.DateTime | |
reason | string | |
Результат | void |
public SetArchiveReference ( string reference ) : void | ||
reference | string | |
Результат | void |
public Submit ( INotificationProgressService progressService ) : void | ||
progressService | INotificationProgressService | |
Результат | void |
public Transmit ( System.DateTime transmittedDate ) : void | ||
transmittedDate | System.DateTime | |
Результат | void |
public Withdraw ( System.DateTime withdrawnDate, string reason ) : void | ||
withdrawnDate | System.DateTime | |
reason | string | |
Результат | void |
public WithdrawConsent ( System.DateTime withdrawalDate, string reasonsForWithdrawal ) : void | ||
withdrawalDate | System.DateTime | |
reasonsForWithdrawal | string | |
Результат | void |