Table of Contents

Class ExistingFormField

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

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 int

Gets or sets the signer order..

value string

Gets or sets the signer role..

isReadOnly bool

Gets 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 string

Gets oe sets the id.

value string

Gets or sets the signer role.

isReadOnly bool

Gets 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

bool

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