Table of Contents

Class TemplateGroupSigner

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The Group Signer model class.

[DataContract]
public class TemplateGroupSigner
Inheritance
TemplateGroupSigner
Inherited Members

Constructors

TemplateGroupSigner(string, string)

Initializes a new instance of the GroupSigner class.

public TemplateGroupSigner(string signerEmail = null, string signerName = null)

Parameters

signerEmail string

Gets or sets the signer's email address.

signerName string

Gets or sets the signer's full name.

Properties

SignerEmail

Gets or sets the signer's email address.

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

Property Value

string

SignerName

Gets or sets the signer's full name.

[DataMember(Name = "signerName", EmitDefaultValue = false)]
public string SignerName { get; set; }

Property Value

string

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.