Table of Contents

Class DocumentSenderDetail

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The document sender detail includes Email ID, name and so on.

[DataContract]
public class DocumentSenderDetail
Inheritance
DocumentSenderDetail
Inherited Members

Constructors

DocumentSenderDetail(string, string, string, bool)

Initializes a new instance of the DocumentSenderDetail class.

public DocumentSenderDetail(string name = null, string emailAddress = null, string userId = null, bool isViewed = false)

Parameters

name string

Gets or sets recipient Name..

emailAddress string

Gets or sets the email address..

userId string

Gets or sets the user id..

isViewed bool

Gets or sets a value indicating whether is viewed. (default to false).

Properties

EmailAddress

Gets or sets the email address.

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

Property Value

string

Gets or sets the email address.

IsViewed

Gets or sets a value indicating whether document is viewed.

[DataMember(Name = "isViewed", EmitDefaultValue = false)]
public bool IsViewed { get; set; }

Property Value

bool

Gets or sets a value indicating whether is viewed.

Name

Gets or sets recipient Name.

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

Property Value

string

Gets or sets recipient Name.

UserId

Gets or sets the user ID.

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

Property Value

string

Gets or sets the user id.

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object