Method | Description | |
---|---|---|
Acknowledge ( System.DateTime date ) : void | ||
AddStatusChangeRecord ( |
||
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 |
Method | Description | |
---|---|---|
ImportNotificationAssessment ( ) : System |
Method | Description | |
---|---|---|
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 |
||
Withdraw ( System.DateTime date, string reasons ) : ImportWithdrawn |
public Acknowledge ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public AddStatusChangeRecord ( |
||
statusChange | ||
return | void |
public BeginAssessment ( System.DateTime date, string officer ) : void | ||
date | System.DateTime | |
officer | string | |
return | void |
public CompleteNotification ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public GetAvailableDecisions ( ) : IEnumerable |
||
return | IEnumerable |
protected ImportNotificationAssessment ( ) : System | ||
return | System |
public ImportNotificationAssessment ( System.Guid notificationId ) : System | ||
notificationId | System.Guid | |
return | System |
public MarkFileClosed ( System.DateTime fileClosedDate ) : void | ||
fileClosedDate | System.DateTime | |
return | void |
public PaymentComplete ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public Receive ( System.DateTime receivedDate ) : void | ||
receivedDate | System.DateTime | |
return | void |
public SetArchiveReference ( string reference ) : void | ||
reference | string | |
return | void |
public WithdrawConsent ( System.DateTime withdrawalDate, string reasonsForWithdrawal ) : void | ||
withdrawalDate | System.DateTime | |
reasonsForWithdrawal | string | |
return | void |