Class TemplateRecords
The current page templates view model.
Inheritance
System.Object
TemplateRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TemplateRecords : object
Constructors
| Improve this Doc View SourceTemplateRecords(PageDetails, List<Template>)
Initializes a new instance of the TemplateRecords class.
Declaration
public TemplateRecords(PageDetails pageDetails = null, List<Template> result = null)
Parameters
Type | Name | Description |
---|---|---|
PageDetails | pageDetails | pageDetails. |
List<Template> | result | Gets or sets the documents result.. |
Properties
| Improve this Doc View SourcePageDetails
Gets or sets template page details for the template records page.
Declaration
public PageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
PageDetails |
Result
Gets or sets the documents result for all templates records.
Declaration
public List<Template> Result { get; set; }
Property Value
Type | Description |
---|---|
List<Template> | Gets or sets the documents result. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |