Table of Contents

Class SenderIdentityList

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The sender identity list view model.

[DataContract]
public class SenderIdentityList
Inheritance
SenderIdentityList
Inherited Members

Constructors

SenderIdentityList(PageDetails, List<SenderIdentityViewModel>)

Initializes a new instance of the SenderIdentityList class.

public SenderIdentityList(PageDetails pageDetails = null, List<SenderIdentityViewModel> result = null)

Parameters

pageDetails PageDetails

pageDetails.

result List<SenderIdentityViewModel>

Gets or sets the sender identity list result.

Properties

PageDetails

Gets or Sets the page details.

[DataMember(Name = "pageDetails", EmitDefaultValue = false)]
public PageDetails PageDetails { get; set; }

Property Value

PageDetails

Result

Gets or sets the sender identity results.

[DataMember(Name = "result", EmitDefaultValue = true)]
public List<SenderIdentityViewModel> Result { get; set; }

Property Value

List<SenderIdentityViewModel>

Gets or sets the sender identity result.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.