Class ExistingFormField
Existing Form Fields details.
Inheritance
System.Object
ExistingFormField
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ExistingFormField : object
Constructors
| Improve this Doc View SourceExistingFormField()
Declaration
public ExistingFormField()
ExistingFormField(Int32, String, Boolean)
Initializes a new instance of the ExistingFormField class.
Declaration
public ExistingFormField(int index = null, string value = null, bool isReadOnly = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Gets or sets the signer order.. |
System.String | value | Gets or sets the signer role.. |
System.Boolean | isReadOnly | Gets or sets a value indicating whether is read only mode. |
ExistingFormField(String, String, Boolean)
Initializes a new instance of the ExistingFormField class.
Declaration
public ExistingFormField(string id = null, string value = null, bool isReadOnly = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Gets oe sets the id. |
System.String | value | Gets or sets the signer role. |
System.Boolean | isReadOnly | Gets or sets a value indicating whether is read only mode. |
Properties
| Improve this Doc View SourceId
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of id. |
Index
Gets or sets the signer order.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets or sets the signer order. |
IsReadOnly
Gets or sets a value indicating whether IsReadOnly.
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the name. |
Value
Gets or sets the signer role.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the signer role. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |