/// <summary>
 /// Initializes a new instance of the <see cref="SignHere" /> class.
 /// </summary>
 /// <param name="AnchorCaseSensitive">When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**..</param>
 /// <param name="AnchorHorizontalAlignment">Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**..</param>
 /// <param name="AnchorIgnoreIfNotPresent">When set to **true**, this tab is ignored if anchorString is not found in the document..</param>
 /// <param name="AnchorMatchWholeWord">When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**..</param>
 /// <param name="AnchorString">Anchor text information for a radio button..</param>
 /// <param name="AnchorUnits">Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches..</param>
 /// <param name="AnchorXOffset">Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString..</param>
 /// <param name="AnchorYOffset">Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString..</param>
 /// <param name="ConditionalParentLabel">For conditional fields this is the TabLabel of the parent tab that controls this tab&#39;s visibility..</param>
 /// <param name="ConditionalParentValue">For conditional fields, this is the value of the parent tab that controls the tab&#39;s visibility.  If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \&quot;on\&quot; as the value to show that the parent tab is active. .</param>
 /// <param name="CustomTabId">The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties..</param>
 /// <param name="DocumentId">Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..</param>
 /// <param name="ErrorDetails">ErrorDetails.</param>
 /// <param name="MergeField">MergeField.</param>
 /// <param name="Name">Specifies the tool tip text for the tab..</param>
 /// <param name="Optional">.</param>
 /// <param name="PageNumber">Specifies the page number on which the tab is located..</param>
 /// <param name="RecipientId">Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..</param>
 /// <param name="ScaleValue">.</param>
 /// <param name="StampType">.</param>
 /// <param name="StampTypeMetadata">StampTypeMetadata.</param>
 /// <param name="Status">Indicates the envelope status. Valid values are:  * sent - The envelope is sent to the recipients.  * created - The envelope is saved as a draft and can be modified and sent later..</param>
 /// <param name="TabId">The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].     .</param>
 /// <param name="TabLabel">The label string associated with the tab..</param>
 /// <param name="TabOrder">.</param>
 /// <param name="TemplateLocked">When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .</param>
 /// <param name="TemplateRequired">When set to **true**, the sender may not remove the recipient. Used only when working with template recipients..</param>
 /// <param name="XPosition">This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 /// <param name="YPosition">This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 public SignHere(string AnchorCaseSensitive = default(string), string AnchorHorizontalAlignment = default(string), string AnchorIgnoreIfNotPresent = default(string), string AnchorMatchWholeWord = default(string), string AnchorString = default(string), string AnchorUnits = default(string), string AnchorXOffset = default(string), string AnchorYOffset = default(string), string ConditionalParentLabel = default(string), string ConditionalParentValue = default(string), string CustomTabId = default(string), string DocumentId = default(string), ErrorDetails ErrorDetails = default(ErrorDetails), MergeField MergeField = default(MergeField), string Name = default(string), string Optional = default(string), string PageNumber = default(string), string RecipientId = default(string), string ScaleValue = default(string), string StampType = default(string), PropertyMetadata StampTypeMetadata = default(PropertyMetadata), string Status = default(string), string TabId = default(string), string TabLabel = default(string), string TabOrder = default(string), string TemplateLocked = default(string), string TemplateRequired = default(string), string XPosition = default(string), string YPosition = default(string))
 {
     this.AnchorCaseSensitive       = AnchorCaseSensitive;
     this.AnchorHorizontalAlignment = AnchorHorizontalAlignment;
     this.AnchorIgnoreIfNotPresent  = AnchorIgnoreIfNotPresent;
     this.AnchorMatchWholeWord      = AnchorMatchWholeWord;
     this.AnchorString           = AnchorString;
     this.AnchorUnits            = AnchorUnits;
     this.AnchorXOffset          = AnchorXOffset;
     this.AnchorYOffset          = AnchorYOffset;
     this.ConditionalParentLabel = ConditionalParentLabel;
     this.ConditionalParentValue = ConditionalParentValue;
     this.CustomTabId            = CustomTabId;
     this.DocumentId             = DocumentId;
     this.ErrorDetails           = ErrorDetails;
     this.MergeField             = MergeField;
     this.Name              = Name;
     this.Optional          = Optional;
     this.PageNumber        = PageNumber;
     this.RecipientId       = RecipientId;
     this.ScaleValue        = ScaleValue;
     this.StampType         = StampType;
     this.StampTypeMetadata = StampTypeMetadata;
     this.Status            = Status;
     this.TabId             = TabId;
     this.TabLabel          = TabLabel;
     this.TabOrder          = TabOrder;
     this.TemplateLocked    = TemplateLocked;
     this.TemplateRequired  = TemplateRequired;
     this.XPosition         = XPosition;
     this.YPosition         = YPosition;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LastName" /> class.
 /// </summary>
 /// <param name="AnchorCaseSensitive">When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**..</param>
 /// <param name="AnchorHorizontalAlignment">Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**..</param>
 /// <param name="AnchorIgnoreIfNotPresent">When set to **true**, this tab is ignored if anchorString is not found in the document..</param>
 /// <param name="AnchorMatchWholeWord">When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**..</param>
 /// <param name="AnchorString">Anchor text information for a radio button..</param>
 /// <param name="AnchorUnits">Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches..</param>
 /// <param name="AnchorXOffset">Specifies the X axis location of the tab, in achorUnits, relative to the anchorString..</param>
 /// <param name="AnchorYOffset">Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString..</param>
 /// <param name="Bold">When set to **true**, the information in the tab is bold..</param>
 /// <param name="ConditionalParentLabel">For conditional fields this is the TabLabel of the parent tab that controls this tab&#39;s visibility..</param>
 /// <param name="ConditionalParentValue">For conditional fields, this is the value of the parent tab that controls the tab&#39;s visibility.  If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \&quot;on\&quot; as the value to show that the parent tab is active. .</param>
 /// <param name="CustomTabId">The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties..</param>
 /// <param name="DocumentId">Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..</param>
 /// <param name="ErrorDetails">ErrorDetails.</param>
 /// <param name="Font">The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica,   LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default..</param>
 /// <param name="FontColor">The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White..</param>
 /// <param name="FontSize">The font size used for the information in the tab.  Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72..</param>
 /// <param name="Italic">When set to **true**, the information in the tab is italic..</param>
 /// <param name="MergeField">MergeField.</param>
 /// <param name="Name">.</param>
 /// <param name="PageNumber">Specifies the page number on which the tab is located..</param>
 /// <param name="RecipientId">Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..</param>
 /// <param name="Status">Indicates the envelope status. Valid values are:  * sent - The envelope is sent to the recipients.  * created - The envelope is saved as a draft and can be modified and sent later..</param>
 /// <param name="TabId">The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].     .</param>
 /// <param name="TabLabel">The label string associated with the tab..</param>
 /// <param name="TabOrder">.</param>
 /// <param name="TemplateLocked">When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .</param>
 /// <param name="TemplateRequired">When set to **true**, the sender may not remove the recipient. Used only when working with template recipients..</param>
 /// <param name="Underline">When set to **true**, the information in the tab is underlined..</param>
 /// <param name="Value">Specifies the value of the tab. .</param>
 /// <param name="XPosition">This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 /// <param name="YPosition">This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 public LastName(string AnchorCaseSensitive = default(string), string AnchorHorizontalAlignment = default(string), string AnchorIgnoreIfNotPresent = default(string), string AnchorMatchWholeWord = default(string), string AnchorString = default(string), string AnchorUnits = default(string), string AnchorXOffset = default(string), string AnchorYOffset = default(string), string Bold = default(string), string ConditionalParentLabel = default(string), string ConditionalParentValue = default(string), string CustomTabId = default(string), string DocumentId = default(string), ErrorDetails ErrorDetails = default(ErrorDetails), string Font = default(string), string FontColor = default(string), string FontSize = default(string), string Italic = default(string), MergeField MergeField = default(MergeField), string Name = default(string), string PageNumber = default(string), string RecipientId = default(string), string Status = default(string), string TabId = default(string), string TabLabel = default(string), string TabOrder = default(string), string TemplateLocked = default(string), string TemplateRequired = default(string), string Underline = default(string), string Value = default(string), string XPosition = default(string), string YPosition = default(string))
 {
     this.AnchorCaseSensitive       = AnchorCaseSensitive;
     this.AnchorHorizontalAlignment = AnchorHorizontalAlignment;
     this.AnchorIgnoreIfNotPresent  = AnchorIgnoreIfNotPresent;
     this.AnchorMatchWholeWord      = AnchorMatchWholeWord;
     this.AnchorString           = AnchorString;
     this.AnchorUnits            = AnchorUnits;
     this.AnchorXOffset          = AnchorXOffset;
     this.AnchorYOffset          = AnchorYOffset;
     this.Bold                   = Bold;
     this.ConditionalParentLabel = ConditionalParentLabel;
     this.ConditionalParentValue = ConditionalParentValue;
     this.CustomTabId            = CustomTabId;
     this.DocumentId             = DocumentId;
     this.ErrorDetails           = ErrorDetails;
     this.Font                   = Font;
     this.FontColor              = FontColor;
     this.FontSize               = FontSize;
     this.Italic                 = Italic;
     this.MergeField             = MergeField;
     this.Name                   = Name;
     this.PageNumber             = PageNumber;
     this.RecipientId            = RecipientId;
     this.Status                 = Status;
     this.TabId                  = TabId;
     this.TabLabel               = TabLabel;
     this.TabOrder               = TabOrder;
     this.TemplateLocked         = TemplateLocked;
     this.TemplateRequired       = TemplateRequired;
     this.Underline              = Underline;
     this.Value                  = Value;
     this.XPosition              = XPosition;
     this.YPosition              = YPosition;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TabMetadata" /> class.
 /// </summary>
 /// <param name="Anchor">An optional string that is used to auto-match tabs to strings located in the documents of an envelope..</param>
 /// <param name="AnchorCaseSensitive">When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**..</param>
 /// <param name="AnchorHorizontalAlignment">Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**..</param>
 /// <param name="AnchorIgnoreIfNotPresent">When set to **true**, this tab is ignored if anchorString is not found in the document..</param>
 /// <param name="AnchorMatchWholeWord">When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**..</param>
 /// <param name="AnchorUnits">Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches..</param>
 /// <param name="AnchorXOffset">Specifies the X axis location of the tab, in achorUnits, relative to the anchorString..</param>
 /// <param name="AnchorYOffset">Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString..</param>
 /// <param name="Bold">When set to **true**, the information in the tab is bold..</param>
 /// <param name="ConcealValueOnDocument">When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender.  When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console.  This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes..</param>
 /// <param name="CreatedByDisplayName">The user name of the DocuSign user who created this object..</param>
 /// <param name="CreatedByUserId">The userId of the DocuSign user who created this object..</param>
 /// <param name="CustomTabId">The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties..</param>
 /// <param name="DisableAutoSize">When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes..</param>
 /// <param name="Editable">When set to **true**, the custom tab is editable. Otherwise the custom tab cannot be modified..</param>
 /// <param name="Font">The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica,   LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default..</param>
 /// <param name="FontColor">The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White..</param>
 /// <param name="FontSize">The font size used for the information in the tab.  Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72..</param>
 /// <param name="Height">Height of the tab in pixels..</param>
 /// <param name="IncludedInEmail">When set to **true**, the tab is included in e-mails related to the envelope on which it exists. This applies to only specific tabs..</param>
 /// <param name="InitialValue">The original value of the tab..</param>
 /// <param name="Italic">When set to **true**, the information in the tab is italic..</param>
 /// <param name="Items">If the tab is a list, this represents the values that are possible for the tab..</param>
 /// <param name="LastModified">The UTC DateTime this object was last modified. This is in ISO8601 format..</param>
 /// <param name="LastModifiedByDisplayName">The User Name of the DocuSign user who last modified this object..</param>
 /// <param name="LastModifiedByUserId">The userId of the DocuSign user who last modified this object..</param>
 /// <param name="Locked">When set to **true**, the signer cannot change the data of the custom tab..</param>
 /// <param name="MaximumLength">The maximum number of entry characters supported by the custom tab..</param>
 /// <param name="MergeField">MergeField.</param>
 /// <param name="Name">.</param>
 /// <param name="Required">When set to **true**, the signer is required to fill out this tab.</param>
 /// <param name="ScaleValue">.</param>
 /// <param name="Shared">When set to **true**, this custom tab is shared..</param>
 /// <param name="TabLabel">The label string associated with the tab..</param>
 /// <param name="Type">The type of this tab. Values are: Approve, CheckBox, Company, Date, DateSigned, Decline, Email, EmailAddress, EnvelopeId, FirstName, Formula, FullName, InitialHere, InitialHereOptional, LastName, List, Note, Number, Radio, SignerAttachment, SignHere, SignHereOptional, Ssn, Text, Title, Zip5, or Zip5Dash4..</param>
 /// <param name="Underline">When set to **true**, the information in the tab is underlined..</param>
 /// <param name="ValidationMessage">The message displayed if the custom tab fails input validation (either custom of embedded)..</param>
 /// <param name="ValidationPattern">A regular expressionn used to validate input for the tab..</param>
 /// <param name="Width">Width of the tab in pixels..</param>
 public TabMetadata(string Anchor = default(string), string AnchorCaseSensitive = default(string), string AnchorHorizontalAlignment = default(string), string AnchorIgnoreIfNotPresent = default(string), string AnchorMatchWholeWord = default(string), string AnchorUnits = default(string), string AnchorXOffset = default(string), string AnchorYOffset = default(string), string Bold = default(string), string ConcealValueOnDocument = default(string), string CreatedByDisplayName = default(string), string CreatedByUserId = default(string), string CustomTabId = default(string), string DisableAutoSize = default(string), string Editable = default(string), string Font = default(string), string FontColor = default(string), string FontSize = default(string), string Height = default(string), string IncludedInEmail = default(string), string InitialValue = default(string), string Italic = default(string), List <string> Items = default(List <string>), string LastModified = default(string), string LastModifiedByDisplayName = default(string), string LastModifiedByUserId = default(string), string Locked = default(string), string MaximumLength = default(string), MergeField MergeField = default(MergeField), string Name = default(string), string Required = default(string), string ScaleValue = default(string), string Shared = default(string), string TabLabel = default(string), string Type = default(string), string Underline = default(string), string ValidationMessage = default(string), string ValidationPattern = default(string), string Width = default(string))
 {
     this.Anchor = Anchor;
     this.AnchorCaseSensitive       = AnchorCaseSensitive;
     this.AnchorHorizontalAlignment = AnchorHorizontalAlignment;
     this.AnchorIgnoreIfNotPresent  = AnchorIgnoreIfNotPresent;
     this.AnchorMatchWholeWord      = AnchorMatchWholeWord;
     this.AnchorUnits               = AnchorUnits;
     this.AnchorXOffset             = AnchorXOffset;
     this.AnchorYOffset             = AnchorYOffset;
     this.Bold                      = Bold;
     this.ConcealValueOnDocument    = ConcealValueOnDocument;
     this.CreatedByDisplayName      = CreatedByDisplayName;
     this.CreatedByUserId           = CreatedByUserId;
     this.CustomTabId               = CustomTabId;
     this.DisableAutoSize           = DisableAutoSize;
     this.Editable                  = Editable;
     this.Font                      = Font;
     this.FontColor                 = FontColor;
     this.FontSize                  = FontSize;
     this.Height                    = Height;
     this.IncludedInEmail           = IncludedInEmail;
     this.InitialValue              = InitialValue;
     this.Italic                    = Italic;
     this.Items                     = Items;
     this.LastModified              = LastModified;
     this.LastModifiedByDisplayName = LastModifiedByDisplayName;
     this.LastModifiedByUserId      = LastModifiedByUserId;
     this.Locked                    = Locked;
     this.MaximumLength             = MaximumLength;
     this.MergeField                = MergeField;
     this.Name                      = Name;
     this.Required                  = Required;
     this.ScaleValue                = ScaleValue;
     this.Shared                    = Shared;
     this.TabLabel                  = TabLabel;
     this.Type                      = Type;
     this.Underline                 = Underline;
     this.ValidationMessage         = ValidationMessage;
     this.ValidationPattern         = ValidationPattern;
     this.Width                     = Width;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Checkbox" /> class.
 /// </summary>
 /// <param name="AnchorCaseSensitive">When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**..</param>
 /// <param name="AnchorHorizontalAlignment">Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**..</param>
 /// <param name="AnchorIgnoreIfNotPresent">When set to **true**, this tab is ignored if anchorString is not found in the document..</param>
 /// <param name="AnchorMatchWholeWord">When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**..</param>
 /// <param name="AnchorString">Anchor text information for a radio button..</param>
 /// <param name="AnchorUnits">Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches..</param>
 /// <param name="AnchorXOffset">Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString..</param>
 /// <param name="AnchorYOffset">Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString..</param>
 /// <param name="ConditionalParentLabel">For conditional fields this is the TabLabel of the parent tab that controls this tab&#39;s visibility..</param>
 /// <param name="ConditionalParentValue">For conditional fields, this is the value of the parent tab that controls the tab&#39;s visibility.  If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \&quot;on\&quot; as the value to show that the parent tab is active. .</param>
 /// <param name="CustomTabId">The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties..</param>
 /// <param name="DocumentId">Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..</param>
 /// <param name="ErrorDetails">ErrorDetails.</param>
 /// <param name="Locked">When set to **true**, the signer cannot change the data of the custom tab..</param>
 /// <param name="MergeField">MergeField.</param>
 /// <param name="Name">Specifies the tool tip text for the tab..</param>
 /// <param name="PageNumber">Specifies the page number on which the tab is located..</param>
 /// <param name="RecipientId">Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..</param>
 /// <param name="Required">When set to **true**, the signer is required to fill out this tab.</param>
 /// <param name="RequireInitialOnSharedChange">Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field..</param>
 /// <param name="Selected">When set to **true**, the checkbox is selected..</param>
 /// <param name="Shared">When set to **true**, this custom tab is shared..</param>
 /// <param name="Status">Indicates the envelope status. Valid values are:  * sent - The envelope is sent to the recipients.  * created - The envelope is saved as a draft and can be modified and sent later..</param>
 /// <param name="TabId">The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].     .</param>
 /// <param name="TabLabel">The label string associated with the tab..</param>
 /// <param name="TabOrder">.</param>
 /// <param name="TemplateLocked">When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .</param>
 /// <param name="TemplateRequired">When set to **true**, the sender may not remove the recipient. Used only when working with template recipients..</param>
 /// <param name="XPosition">This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 /// <param name="YPosition">This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 public Checkbox(string AnchorCaseSensitive = default(string), string AnchorHorizontalAlignment = default(string), string AnchorIgnoreIfNotPresent = default(string), string AnchorMatchWholeWord = default(string), string AnchorString = default(string), string AnchorUnits = default(string), string AnchorXOffset = default(string), string AnchorYOffset = default(string), string ConditionalParentLabel = default(string), string ConditionalParentValue = default(string), string CustomTabId = default(string), string DocumentId = default(string), ErrorDetails ErrorDetails = default(ErrorDetails), string Locked = default(string), MergeField MergeField = default(MergeField), string Name = default(string), string PageNumber = default(string), string RecipientId = default(string), string Required = default(string), string RequireInitialOnSharedChange = default(string), string Selected = default(string), string Shared = default(string), string Status = default(string), string TabId = default(string), string TabLabel = default(string), string TabOrder = default(string), string TemplateLocked = default(string), string TemplateRequired = default(string), string XPosition = default(string), string YPosition = default(string))
 {
     this.AnchorCaseSensitive       = AnchorCaseSensitive;
     this.AnchorHorizontalAlignment = AnchorHorizontalAlignment;
     this.AnchorIgnoreIfNotPresent  = AnchorIgnoreIfNotPresent;
     this.AnchorMatchWholeWord      = AnchorMatchWholeWord;
     this.AnchorString           = AnchorString;
     this.AnchorUnits            = AnchorUnits;
     this.AnchorXOffset          = AnchorXOffset;
     this.AnchorYOffset          = AnchorYOffset;
     this.ConditionalParentLabel = ConditionalParentLabel;
     this.ConditionalParentValue = ConditionalParentValue;
     this.CustomTabId            = CustomTabId;
     this.DocumentId             = DocumentId;
     this.ErrorDetails           = ErrorDetails;
     this.Locked      = Locked;
     this.MergeField  = MergeField;
     this.Name        = Name;
     this.PageNumber  = PageNumber;
     this.RecipientId = RecipientId;
     this.Required    = Required;
     this.RequireInitialOnSharedChange = RequireInitialOnSharedChange;
     this.Selected         = Selected;
     this.Shared           = Shared;
     this.Status           = Status;
     this.TabId            = TabId;
     this.TabLabel         = TabLabel;
     this.TabOrder         = TabOrder;
     this.TemplateLocked   = TemplateLocked;
     this.TemplateRequired = TemplateRequired;
     this.XPosition        = XPosition;
     this.YPosition        = YPosition;
 }
Пример #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="List" /> class.
 /// </summary>
 /// <param name="AnchorCaseSensitive">When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**..</param>
 /// <param name="AnchorHorizontalAlignment">Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**..</param>
 /// <param name="AnchorIgnoreIfNotPresent">When set to **true**, this tab is ignored if anchorString is not found in the document..</param>
 /// <param name="AnchorMatchWholeWord">When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**..</param>
 /// <param name="AnchorString">Anchor text information for a radio button..</param>
 /// <param name="AnchorUnits">Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches..</param>
 /// <param name="AnchorXOffset">Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString..</param>
 /// <param name="AnchorYOffset">Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString..</param>
 /// <param name="Bold">When set to **true**, the information in the tab is bold..</param>
 /// <param name="ConditionalParentLabel">For conditional fields this is the TabLabel of the parent tab that controls this tab&#39;s visibility..</param>
 /// <param name="ConditionalParentValue">For conditional fields, this is the value of the parent tab that controls the tab&#39;s visibility.  If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \&quot;on\&quot; as the value to show that the parent tab is active. .</param>
 /// <param name="CustomTabId">The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties..</param>
 /// <param name="DocumentId">Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..</param>
 /// <param name="ErrorDetails">ErrorDetails.</param>
 /// <param name="Font">The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica,   LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default..</param>
 /// <param name="FontColor">The font color used for the information in the tab.  Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White..</param>
 /// <param name="FontSize">The font size used for the information in the tab.  Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72..</param>
 /// <param name="Italic">When set to **true**, the information in the tab is italic..</param>
 /// <param name="ListItems">The list of values that can be selected by senders. The list values are separated by semi-colons. Example: [one;two;three;four]  Maximum Length of listItems:  2048 characters. Maximum Length of items in the list: 100 characters.  .</param>
 /// <param name="Locked">When set to **true**, the signer cannot change the data of the custom tab..</param>
 /// <param name="MergeField">MergeField.</param>
 /// <param name="PageNumber">Specifies the page number on which the tab is located..</param>
 /// <param name="RecipientId">Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..</param>
 /// <param name="RequireAll">When set to **true** and shared is true, information must be entered in this field to complete the envelope. .</param>
 /// <param name="Required">When set to **true**, the signer is required to fill out this tab.</param>
 /// <param name="RequireInitialOnSharedChange">Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field..</param>
 /// <param name="SenderRequired">When set to **true**, the sender must populate the tab before an envelope can be sent using the template.   This value tab can only be changed by modifying (PUT) the template.   Tabs with a &#x60;senderRequired&#x60; value of true cannot be deleted from an envelope..</param>
 /// <param name="Shared">When set to **true**, this custom tab is shared..</param>
 /// <param name="Status">Indicates the envelope status. Valid values are:  * sent - The envelope is sent to the recipients.  * created - The envelope is saved as a draft and can be modified and sent later..</param>
 /// <param name="TabId">The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].     .</param>
 /// <param name="TabLabel">The label string associated with the tab..</param>
 /// <param name="TabOrder">.</param>
 /// <param name="TemplateLocked">When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .</param>
 /// <param name="TemplateRequired">When set to **true**, the sender may not remove the recipient. Used only when working with template recipients..</param>
 /// <param name="Tooltip">.</param>
 /// <param name="Underline">When set to **true**, the information in the tab is underlined..</param>
 /// <param name="Value">The value to use when the item is selected..</param>
 /// <param name="Width">Width of the tab in pixels..</param>
 /// <param name="XPosition">This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 /// <param name="YPosition">This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..</param>
 public List(string AnchorCaseSensitive = default(string), string AnchorHorizontalAlignment = default(string), string AnchorIgnoreIfNotPresent = default(string), string AnchorMatchWholeWord = default(string), string AnchorString = default(string), string AnchorUnits = default(string), string AnchorXOffset = default(string), string AnchorYOffset = default(string), string Bold = default(string), string ConditionalParentLabel = default(string), string ConditionalParentValue = default(string), string CustomTabId = default(string), string DocumentId = default(string), ErrorDetails ErrorDetails = default(ErrorDetails), string Font = default(string), string FontColor = default(string), string FontSize = default(string), string Italic = default(string), List <ListItem> ListItems = default(List <ListItem>), string Locked = default(string), MergeField MergeField = default(MergeField), string PageNumber = default(string), string RecipientId = default(string), string RequireAll = default(string), string Required = default(string), string RequireInitialOnSharedChange = default(string), string SenderRequired = default(string), string Shared = default(string), string Status = default(string), string TabId = default(string), string TabLabel = default(string), string TabOrder = default(string), string TemplateLocked = default(string), string TemplateRequired = default(string), string Tooltip = default(string), string Underline = default(string), string Value = default(string), int?Width = default(int?), string XPosition = default(string), string YPosition = default(string))
 {
     this.AnchorCaseSensitive       = AnchorCaseSensitive;
     this.AnchorHorizontalAlignment = AnchorHorizontalAlignment;
     this.AnchorIgnoreIfNotPresent  = AnchorIgnoreIfNotPresent;
     this.AnchorMatchWholeWord      = AnchorMatchWholeWord;
     this.AnchorString                 = AnchorString;
     this.AnchorUnits                  = AnchorUnits;
     this.AnchorXOffset                = AnchorXOffset;
     this.AnchorYOffset                = AnchorYOffset;
     this.Bold                         = Bold;
     this.ConditionalParentLabel       = ConditionalParentLabel;
     this.ConditionalParentValue       = ConditionalParentValue;
     this.CustomTabId                  = CustomTabId;
     this.DocumentId                   = DocumentId;
     this.ErrorDetails                 = ErrorDetails;
     this.Font                         = Font;
     this.FontColor                    = FontColor;
     this.FontSize                     = FontSize;
     this.Italic                       = Italic;
     this.ListItems                    = ListItems;
     this.Locked                       = Locked;
     this.MergeField                   = MergeField;
     this.PageNumber                   = PageNumber;
     this.RecipientId                  = RecipientId;
     this.RequireAll                   = RequireAll;
     this.Required                     = Required;
     this.RequireInitialOnSharedChange = RequireInitialOnSharedChange;
     this.SenderRequired               = SenderRequired;
     this.Shared                       = Shared;
     this.Status                       = Status;
     this.TabId                        = TabId;
     this.TabLabel                     = TabLabel;
     this.TabOrder                     = TabOrder;
     this.TemplateLocked               = TemplateLocked;
     this.TemplateRequired             = TemplateRequired;
     this.Tooltip                      = Tooltip;
     this.Underline                    = Underline;
     this.Value                        = Value;
     this.Width                        = Width;
     this.XPosition                    = XPosition;
     this.YPosition                    = YPosition;
 }