IPageTemplate Interface |
Namespace: AskiaCore
The IPageTemplate type exposes the following members.
Name | Description | |
---|---|---|
Config |
Configuration of the template
| |
CreatedAt |
DateTime the record was created at
(Inherited from IRecordEntity.) | |
CreatedBy |
Id of the user which created the record
(Inherited from IRecordEntity.) | |
Data |
Data contained within the file
| |
DeletedAt |
DateTime at which the record was last deleted
(Inherited from IRecordEntity.) | |
DeletedBy |
Id of the user which last deleted the record
(Inherited from IRecordEntity.) | |
Id |
Id of the record
(Inherited from IRecordEntity.) | |
LastError |
Last error that occurred
(Inherited from IRecordEntity.) | |
Name |
Name of the template
| |
UpdatedAt |
DateTime at which the record was last updated
(Inherited from IRecordEntity.) | |
UpdatedBy |
Id of the user which last updated the record
(Inherited from IRecordEntity.) |
Name | Description | |
---|---|---|
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
IsDeleted |
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.) | |
IsLoaded |
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.) | |
LoadFromDirectory |
Loads the template from a directory
| |
LoadFromFileAndExtract |
Loads the template from a file and extract its content to a directory
| |
LoadFromMemoryAndExtract |
Loads the template from memory and extracts its content to a directory
| |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
RenderForQuestion |
Renders the template for a given question of a given survey interview
| |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) |