Method | Description | |
---|---|---|
AddStatusChangeRecord ( |
||
Complete ( System.DateTime date ) : void | ||
GetAvailableDecisions ( ) : IEnumerable |
||
ImportFinancialGuarantee ( System.Guid importNotificationId, System.DateTime receivedDate ) : System | ||
Refuse ( System.DateTime date, string reason ) : |
||
Release ( System.DateTime date ) : ImportFinancialGuaranteeRelease | ||
UpdateReceivedDate ( System.DateTime date ) : void |
Method | Description | |
---|---|---|
ImportFinancialGuarantee ( ) : System |
Method | Description | |
---|---|---|
Approve ( System.DateTime date, string reference ) : |
||
CreateStateMachine ( ) : Trigger>.StateMachine |
||
OnComplete ( System.DateTime completedDate ) : void | ||
OnTransitionAction ( Trigger>.StateMachine |
public AddStatusChangeRecord ( |
||
statusChange | ||
return | void |
public Complete ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public GetAvailableDecisions ( ) : IEnumerable |
||
return | IEnumerable |
protected ImportFinancialGuarantee ( ) : System | ||
return | System |
public ImportFinancialGuarantee ( System.Guid importNotificationId, System.DateTime receivedDate ) : System | ||
importNotificationId | System.Guid | |
receivedDate | System.DateTime | |
return | System |
public Refuse ( System.DateTime date, string reason ) : |
||
date | System.DateTime | |
reason | string | |
return |
public Release ( System.DateTime date ) : ImportFinancialGuaranteeRelease | ||
date | System.DateTime | |
return | ImportFinancialGuaranteeRelease |
public UpdateReceivedDate ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |