public GroupManagementExample( Props props ) : this(props.Get("api.url"), 
                                                     props.Get("api.key"), 
                                                     props.Get("1.email"), 
                                                     props.Get("2.email"), 
                                                     props.Get("3.email"), 
                                                     props.Get("4.email")) {
 }
 public AuthenticationMethodsExample( Props props ) 
     : this(props.Get("api.url"), 
           props.Get("api.key"), 
           props.Get("1.email"), 
           props.Get("2.email"), 
           props.Get("3.email"), 
           props.Get("3.sms")) {
 }
 public ProxyConfigurationExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
예제 #4
0
 public CustomFieldExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public SenderManipulationExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email"), props.Get("3.email"))
 {
 }
		public EventNotificationRegistrationExample(Props props) : base(props.Get("api.url"), props.Get("api.key"))
		{
		}
 public SignerOrderingExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email")) {
 }
예제 #8
0
 public ContactsExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public CreateSenderTemplateExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
예제 #10
0
 public DocumentRetrievalExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public RetrieveFieldValuesExample(Props props) : this(props.Get("api.key"), props.Get("api.url"))
 {
 }
 public PackageLanguageConfigurationExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
예제 #13
0
 public SDKSample()
 {
     eslClient = new EslClient(props.Get("api.key"), props.Get("api.url"), props.Get("webpage.url"));
     SetProperties();
 }
예제 #14
0
 public CustomFieldExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public DocumentExtractionExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"), props.Get("2.email"), props.Get("3.email"))
 {
 }
예제 #16
0
 public GetPackageListExample( Props props ) : this(props.Get("api.url"), props.Get("api.key")) {
 }
 public DocumentPackageAttributesExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public CreatePackageFromTemplateWithAttachmentExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
 public PackageLanguageConfigurationExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
예제 #20
0
 public EventNotificationRegistrationExample(Props props) : base(props.Get("api.url"), props.Get("api.key"))
 {
 }
 public ExceptionHandlingExample(Props props) : this(props.Get("api.url"), props.Get("api.key"))
 {
 }
예제 #22
0
 public TemplateExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email"))
 {
 }
 public DocumentPackageSettingsExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
예제 #24
0
 public GenericFieldsExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
예제 #25
0
 public ChangeSignerExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public MixedSignerAuthenticationExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"), props.Get("2.email"))
 {
 }
 public CustomSenderInfoExample(Props props) : this(props.Get("api.url"), props.Get("api.key"))
 {
 }
예제 #28
0
 public DocumentOperationsExample(Props props) : base(props.Get("api.url"), props.Get("api.key"))
 {
 }
예제 #29
0
		public PackageArchiveExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) 
		{
        }
예제 #30
0
 public SessionCreationExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public GetPackageMessageExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
예제 #32
0
 public SenderAuthenticationTokenExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("webpage.url"))
 {
 }
 public BasicPackageCreationExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email"))
 {
 }
예제 #34
0
 public GetSigningUrlExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"), props.Get("2.email"))
 {
 }
 public FieldPositionExtractionExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
예제 #36
0
 public GettingStartedExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
예제 #37
0
 public UpdatePackageExample(Props props) : this(props.Get("api.url"), props.Get("api.key"))
 {
 }
예제 #38
0
 public ThankYouDialogExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
 public HistoryDocumentExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email"))
 {
 }
 public SignerBoundFieldsExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
 public SignerAuthenticationTokenExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("webpage.url"), props.Get("1.email"))
 {
 }
예제 #42
0
 public GetPackageExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
 public DocumentRetrievalExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
예제 #44
0
 public ExceptionHandlingExample(Props props) : this(props.Get("api.key"), props.Get("api.url"))
 {
 }
 public SigningRedirectForSignerExample( Props props ) : this(props.Get("api.url"),
         props.Get("api.key"),
         props.Get("webpage.url"),
         props.Get("1.email"))
 {
 }
예제 #46
0
 public GetPackageListExample(Props props) : this(props.Get("api.key"), props.Get("api.url"))
 {
 }
 public TextAnchorExtractionExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
 public SDKSample()
 {
     if (props.Exists("api.clientId"))
     {
         ApiTokenConfig apiTokenConfig = new ApiTokenConfig();
         apiTokenConfig.BaseUrl         = props.Get("webpage.url");
         apiTokenConfig.ClientAppId     = props.Get("api.clientId");
         apiTokenConfig.ClientAppSecret = props.Get("api.secret");
         apiTokenConfig.TokenType       = ApiTokenType.OWNER;
         eslClient = new EslClient(apiTokenConfig, props.Get("api.url"), true, null, new Dictionary <string, string>());
     }
     else
     {
         eslClient = new EslClient(props.Get("api.key"), props.Get("api.url"), props.Get("webpage.url"), true);
     }
     SetProperties();
 }
예제 #49
0
 public DeletePackageExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
예제 #50
0
 public FieldInjectionExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public DocumentExtractionExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
 public DocumentVisibilityExample(Props props) : this(props.Get("api.key"),
                                                      props.Get("api.url"), props.Get("1.email"), props.Get("2.email"), props.Get("3.email"))
 {
 }
 public CreatePackageFromTemplateExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email"))
 {
 }
예제 #54
0
 public DeliverSignedDocumentsByEmailExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
 public FieldManipulationExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
예제 #56
0
 public SenderManipulationExample(Props props) : this(props.Get("api.key"), props.Get("api.url"))
 {
 }
 public CustomSenderInfoInCreateNewTemplateExample(Props props) : this(props.Get("api.url"), props.Get("api.key"))
 {
 }
예제 #58
0
 public ChangeSignerExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
예제 #59
0
 public ListTemplatesExample( Props props ) : this(props.Get("api.url"), props.Get("api.key")) {
 }
예제 #60
0
 public SignatureManipulationExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"), props.Get("2.email"), props.Get("3.email"))
 {
 }