This group tab is used to place radio buttons on a document. The `radios` property contains a list of `radio` objects associated with the group. Only one radio button can be selected in a group.
More...
|
| | RadioGroup (string ConditionalParentLabel=default(string), PropertyMetadata ConditionalParentLabelMetadata=default(PropertyMetadata), string ConditionalParentValue=default(string), PropertyMetadata ConditionalParentValueMetadata=default(PropertyMetadata), string DocumentId=default(string), PropertyMetadata DocumentIdMetadata=default(PropertyMetadata), string GroupName=default(string), PropertyMetadata GroupNameMetadata=default(PropertyMetadata), string OriginalValue=default(string), PropertyMetadata OriginalValueMetadata=default(PropertyMetadata), List< Radio > Radios=default(List< Radio >), string RecipientId=default(string), string RecipientIdGuid=default(string), PropertyMetadata RecipientIdGuidMetadata=default(PropertyMetadata), PropertyMetadata RecipientIdMetadata=default(PropertyMetadata), string RequireAll=default(string), PropertyMetadata RequireAllMetadata=default(PropertyMetadata), string RequireInitialOnSharedChange=default(string), PropertyMetadata RequireInitialOnSharedChangeMetadata=default(PropertyMetadata), string Shared=default(string), PropertyMetadata SharedMetadata=default(PropertyMetadata), string ShareToRecipients=default(string), PropertyMetadata ShareToRecipientsMetadata=default(PropertyMetadata), string TabType=default(string), PropertyMetadata TabTypeMetadata=default(PropertyMetadata), string TemplateLocked=default(string), PropertyMetadata TemplateLockedMetadata=default(PropertyMetadata), string TemplateRequired=default(string), PropertyMetadata TemplateRequiredMetadata=default(PropertyMetadata), string Tooltip=default(string), PropertyMetadata TooltipMetadata=default(PropertyMetadata), string Value=default(string), PropertyMetadata ValueMetadata=default(PropertyMetadata)) |
| | Initializes a new instance of the RadioGroup class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object obj) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (RadioGroup other) |
| | Returns true if RadioGroup instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
| |
|
| string | ConditionalParentLabel [get, set] |
| | For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. More...
|
| |
| PropertyMetadata | ConditionalParentLabelMetadata [get, set] |
| | Metadata that indicates whether the `conditionalParentLabel` property is editable. More...
|
| |
| string | ConditionalParentValue [get, set] |
| | For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active. More...
|
| |
| PropertyMetadata | ConditionalParentValueMetadata [get, set] |
| | Metadata that indicates whether the `conditionalParentValue` property is editable. More...
|
| |
| string | DocumentId [get, set] |
| | Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. More...
|
| |
| PropertyMetadata | DocumentIdMetadata [get, set] |
| | Metadata that indicates whether the `documentId` property is editable. More...
|
| |
| string | GroupName [get, set] |
| | The name of the group. More...
|
| |
| PropertyMetadata | GroupNameMetadata [get, set] |
| | Metadata that indicates whether the `groupName` property is editable. More...
|
| |
| string | OriginalValue [get, set] |
| | The initial value of the tab when it was sent to the recipient. More...
|
| |
| PropertyMetadata | OriginalValueMetadata [get, set] |
| | Metadata that indicates whether the `originalValue` property is editable. More...
|
| |
| List< Radio > | Radios [get, set] |
| | Specifies the locations and status for radio buttons that are grouped together. More...
|
| |
| string | RecipientId [get, set] |
| | Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. More...
|
| |
| string | RecipientIdGuid [get, set] |
| | Gets or Sets RecipientIdGuid More...
|
| |
| PropertyMetadata | RecipientIdGuidMetadata [get, set] |
| | Metadata that indicates whether the `recipientIdGuid` property is editable. More...
|
| |
| PropertyMetadata | RecipientIdMetadata [get, set] |
| | Metadata that indicates whether the `recipientId` property is editable. More...
|
| |
| string | RequireAll [get, set] |
| | When set to true and shared is true, information must be entered in this field to complete the envelope. More...
|
| |
| PropertyMetadata | RequireAllMetadata [get, set] |
| | Metadata that indicates whether the `requireAll` property is editable. More...
|
| |
| string | RequireInitialOnSharedChange [get, set] |
| | Optional element for field markup. When set to true, the signer is required to initial when they modify a shared field. More...
|
| |
| PropertyMetadata | RequireInitialOnSharedChangeMetadata [get, set] |
| | Metadata that indicates whether the `requireInitialOnSharedChange` property is editable. More...
|
| |
| string | Shared [get, set] |
| | When set to true, this custom tab is shared. More...
|
| |
| PropertyMetadata | SharedMetadata [get, set] |
| | Metadata that indicates whether the `shared` property is editable. More...
|
| |
| string | ShareToRecipients [get, set] |
| | Gets or Sets ShareToRecipients More...
|
| |
| PropertyMetadata | ShareToRecipientsMetadata [get, set] |
| | Reserved for DocuSign. More...
|
| |
| string | TabType [get, set] |
| | Gets or Sets TabType More...
|
| |
| PropertyMetadata | TabTypeMetadata [get, set] |
| | Metadata that indicates whether the `tabType` property is editable. More...
|
| |
| string | TemplateLocked [get, set] |
| | When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. More...
|
| |
| PropertyMetadata | TemplateLockedMetadata [get, set] |
| | Metadata that indicates whether the `templateLocked` property is editable. More...
|
| |
| string | TemplateRequired [get, set] |
| | When set to true, the sender may not remove the recipient. Used only when working with template recipients. More...
|
| |
| PropertyMetadata | TemplateRequiredMetadata [get, set] |
| | Metadata that indicates whether the `templateRequired` property is editable. More...
|
| |
| string | Tooltip [get, set] |
| | Gets or Sets Tooltip More...
|
| |
| PropertyMetadata | TooltipMetadata [get, set] |
| | Metadata that indicates whether the `tooltip` property is editable. More...
|
| |
| string | Value [get, set] |
| | Specifies the value of the tab. More...
|
| |
| PropertyMetadata | ValueMetadata [get, set] |
| | Metadata that indicates whether the `value` property is editable. More...
|
| |
This group tab is used to place radio buttons on a document. The `radios` property contains a list of `radio` objects associated with the group. Only one radio button can be selected in a group.