Table of Contents

Class TemplateRecords

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The current page templates view model.

[DataContract]
public class TemplateRecords
Inheritance
TemplateRecords
Inherited Members

Constructors

TemplateRecords(PageDetails, List<Template>)

Initializes a new instance of the TemplateRecords class.

public TemplateRecords(PageDetails pageDetails = null, List<Template> result = null)

Parameters

pageDetails PageDetails

pageDetails.

result List<Template>

Gets or sets the documents result..

Properties

PageDetails

Gets or sets template page details for the template records page.

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

Property Value

PageDetails

Result

Gets or sets the documents result for all templates records.

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

Property Value

List<Template>

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