Table of Contents

Class DocumentReassign

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Document signer reassign details.

[DataContract]
public class DocumentReassign
Inheritance
DocumentReassign
Inherited Members

Constructors

DocumentReassign(string, int, string)

Initializes a new instance of the DocumentReassign class.

public DocumentReassign(string signerEmail = null, int order = 0, string message = null)

Parameters

signerEmail string

Gets or sets the signer email..

order int

Gets or sets the signer order. (default to 0).

message string

Gets or Sets signer justification for reassign..

Properties

Message

Gets or Sets signer justification message for reassign.

[DataMember(Name = "message", EmitDefaultValue = true)]
public string Message { get; set; }

Property Value

string

Gets or Sets signer justification for reassign.

Order

Gets or sets the signer order.

[DataMember(Name = "order", EmitDefaultValue = false)]
public int Order { get; set; }

Property Value

int

Gets or sets the signer order.

SignerEmail

Gets or sets the signer email.

[DataMember(Name = "signerEmail", EmitDefaultValue = true)]
public string SignerEmail { get; set; }

Property Value

string

Gets or sets the signer email.

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object