C# Class SignereDemoSite.Controllers.SignereCallbackController

Inheritance: Unipluss.Sign.MVC4.Integration.Controllers.SignereCallbackController
Datei anzeigen Open project: unipluss/Kjelltech

Public Methods

Method Description
SignereCallbackController ( Configuration configuration ) : System

Protected Methods

Method Description
LogError ( string message, Exception exception ) : void
PushNotification ( System.Guid DocumentId, System.Guid ProviderId, CallbackStatus status, string externaldocumentid = null, System.Guid signeeref = null, System.Guid externaluniqueid = null ) : void

Method Details

LogError() protected method

protected LogError ( string message, Exception exception ) : void
message string
exception System.Exception
return void

PushNotification() protected method

protected PushNotification ( System.Guid DocumentId, System.Guid ProviderId, CallbackStatus status, string externaldocumentid = null, System.Guid signeeref = null, System.Guid externaluniqueid = null ) : void
DocumentId System.Guid
ProviderId System.Guid
status CallbackStatus
externaldocumentid string
signeeref System.Guid
externaluniqueid System.Guid
return void

SignereCallbackController() public method

public SignereCallbackController ( Configuration configuration ) : System
configuration Configuration
return System