Example #1
0
        public OneSpanSign.Sdk.OverviewOptions ToSDKOverviewOptions()
        {
            if (apiOverviewOptions == null)
            {
                return(sdkOverviewOptions);
            }

            OneSpanSign.Sdk.OverviewOptions result = new OneSpanSign.Sdk.OverviewOptions();
            result.Title           = apiOverviewOptions.Title.Value;
            result.Body            = apiOverviewOptions.Body.Value;
            result.DocumentSection = apiOverviewOptions.DocumentSection.Value;
            result.UploadSection   = apiOverviewOptions.UploadSection.Value;

            return(result);
        }
Example #2
0
 public OverviewOptionsConverter(OneSpanSign.Sdk.OverviewOptions sdkOverviewOptions)
 {
     this.sdkOverviewOptions = sdkOverviewOptions;
 }