Class ExistingFormField
Existing Form Fields details.
[DataContract]
public class ExistingFormField
- Inheritance
-
ExistingFormField
- Inherited Members
Constructors
ExistingFormField()
public ExistingFormField()
ExistingFormField(int, string, bool)
Initializes a new instance of the ExistingFormField class.
public ExistingFormField(int index = 0, string value = null, bool isReadOnly = false)
Parameters
index
intGets or sets the signer order..
value
stringGets or sets the signer role..
isReadOnly
boolGets or sets a value indicating whether is read only mode.
ExistingFormField(string, string, bool)
Initializes a new instance of the ExistingFormField class.
public ExistingFormField(string id = null, string value = null, bool isReadOnly = false)
Parameters
id
stringGets oe sets the id.
value
stringGets or sets the signer role.
isReadOnly
boolGets or sets a value indicating whether is read only mode.
Properties
Id
Gets or sets the id.
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; set; }
Property Value
- string
Gets the value of id.
Index
Gets or sets the signer order.
[DataMember(Name = "index", EmitDefaultValue = false)]
public int Index { get; set; }
Property Value
- int
Gets or sets the signer order.
IsReadOnly
Gets or sets a value indicating whether IsReadOnly.
[DataMember(Name = "isReadOnly", EmitDefaultValue = true)]
public bool IsReadOnly { get; set; }
Property Value
Name
Gets or sets the name.
[DataMember(Name = "name", EmitDefaultValue = false)]
[Obsolete("Name is deprecated, please use Id instead")]
public string Name { get; set; }
Property Value
- string
Gets or sets the name.
Value
Gets or sets the signer role.
[DataMember(Name = "value", EmitDefaultValue = false)]
public string Value { get; set; }
Property Value
- string
Gets or sets the signer role.
Methods
ToJson()
Returns the JSON string presentation of the object
public virtual string ToJson()
Returns
- string
JSON string presentation of the object