IWebDisplayFileProvider interface
Estimated reading time: 2 minutes
Web Display File Provider Interface. It contains methods to handle all Input and Output operations on the file.
Namespace: ASNA.QSys.Runtime
Assembly: ASNA.QSys.Runtime.dll
Extends: doesn’t extend any other interfaces.
Methods
Attach to DataSet.
AdgDataSet Attach(IDisplayFile webDisplayFile)
Parameters
Type |
Parameter name |
Description |
IDisplayFile |
webDisplayFile |
Input Web Displayfile instance. |
Returns
Get New Web DisplayFile instance.
IDisplayFile GetNewWebDisplayFile(string DclFileName, string FilePath, AdgDataSet dataSet, bool bShareOpenDataPath)
Parameters
Type |
Parameter name |
Description |
String |
DclFileName |
Input declared file name. |
String |
FilePath |
Input file path. |
AdgDataSet |
dataSet |
Input DataSet. |
Boolean |
bShareOpenDataPath |
True if open data path is shared. |
Returns
Get shared file.
IDisplayFile GetSharedFile(string DclFileName)
Parameters
Type |
Parameter name |
Description |
String |
DclFileName |
Input declared file name. |
Returns
Get Wings Record Format ID.
int GetWRF(string filePath, int wrfOptions, int handlerType, String& formatProps, String& resolvedAspFilePath)
Parameters
Type |
Parameter name |
Description |
String |
filePath |
Input file path. |
Int32 |
wrfOptions |
Input Wings Record Format options. |
Int32 |
handlerType |
Input handler type. |
String& |
formatProps |
Output format properties. |
String& |
resolvedAspFilePath |
Output resolved as ASP filepath. |
Returns
Type |
Description |
Int32 |
The Get Wings Record Format ID. |