Table of Contents

Class DocumentRecords

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The current page records view model.

[DataContract]
public class DocumentRecords
Inheritance
DocumentRecords
Inherited Members

Constructors

DocumentRecords(PageDetails, List<Document>)

Initializes a new instance of the DocumentRecords class.

public DocumentRecords(PageDetails pageDetails = null, List<Document> result = null)

Parameters

pageDetails PageDetails

pageDetails.

result List<Document>

Gets or sets the documents result..

Properties

PageDetails

Gets or Sets page details.

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

Property Value

PageDetails

Result

Gets or sets the document results.

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

Property Value

List<Document>

Gets or sets the documents result.

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object