Example #1
0
        public OneSpanSign.Sdk.DelegationEventReport ToSDKDelegationEventReport()
        {
            if (apiDelegationEventReport == null)
            {
                return(sdkDelegationEventReport);
            }

            OneSpanSign.Sdk.DelegationEventReport result = new OneSpanSign.Sdk.DelegationEventReport();

            result.EventDate        = apiDelegationEventReport.EventDate;
            result.EventDescription = apiDelegationEventReport.EventDescription;
            result.EventType        = apiDelegationEventReport.EventType;
            result.EventUser        = apiDelegationEventReport.EventUser;

            return(result);
        }
Example #2
0
 public DelegationEventReportConverter(OneSpanSign.Sdk.DelegationEventReport sdkDelegationEventReport)
 {
     this.sdkDelegationEventReport = sdkDelegationEventReport;
 }