C# Класс SignereDemoSite.Controllers.SignereCallbackController

Наследование: Unipluss.Sign.MVC4.Integration.Controllers.SignereCallbackController
Показать файл Открыть проект

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

Метод Описание
SignereCallbackController ( Configuration configuration ) : System

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

Метод Описание
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

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

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

protected LogError ( string message, Exception exception ) : void
message string
exception System.Exception
Результат void

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

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
Результат void

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

public SignereCallbackController ( Configuration configuration ) : System
configuration Configuration
Результат System