C# 클래스 SignereDemoSite.Controllers.SignereCallbackController

상속: Unipluss.Sign.MVC4.Integration.Controllers.SignereCallbackController
파일 보기 프로젝트 열기: unipluss/Kjelltech

공개 메소드들

메소드 설명
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