Class TemplateRecords
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
PageDetailspageDetails.
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
Result
Gets or sets the documents result for all templates records.
[DataMember(Name = "result", EmitDefaultValue = true)]
public List<Template> Result { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object
public virtual string ToJson()
Returns
- string
JSON string presentation of the object