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"))
 {
 }
Exemplo n.º 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")) {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 13
0
 public SDKSample()
 {
     eslClient = new EslClient(props.Get("api.key"), props.Get("api.url"), props.Get("webpage.url"));
     SetProperties();
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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")) {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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")) {
 }
Exemplo n.º 24
0
 public GenericFieldsExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 27
0
 public CustomSenderInfoExample(Props props) : this(props.Get("api.url"), props.Get("api.key"))
 {
 }
Exemplo n.º 28
0
 public DocumentOperationsExample(Props props) : base(props.Get("api.url"), props.Get("api.key"))
 {
 }
Exemplo n.º 29
0
		public PackageArchiveExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) 
		{
        }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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")) {
 }
Exemplo n.º 36
0
 public GettingStartedExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
Exemplo n.º 37
0
 public UpdatePackageExample(Props props) : this(props.Get("api.url"), props.Get("api.key"))
 {
 }
Exemplo n.º 38
0
 public ThankYouDialogExample(Props props) : this(props.Get("api.key"), props.Get("api.url"), props.Get("1.email"))
 {
 }
Exemplo n.º 39
0
 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"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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();
 }
Exemplo n.º 49
0
 public DeletePackageExample( Props props ) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email")) {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 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"))
 {
 }
Exemplo n.º 58
0
 public ChangeSignerExample(Props props) : this(props.Get("api.url"), props.Get("api.key"), props.Get("1.email"))
 {
 }
Exemplo n.º 59
0
 public ListTemplatesExample( Props props ) : this(props.Get("api.url"), props.Get("api.key")) {
 }
Exemplo n.º 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"))
 {
 }