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

Signature Description
Attach(IDisplayFile) Attach to DataSet.
GetNewWebDisplayFile(String, String, AdgDataSet, Boolean) Get New Web DisplayFile instance.
GetSharedFile(String) Get shared file.
GetWRF(String, Int32, Int32, String&, String&) Get Wings Record Format ID.

AdgDataSet Attach(IDisplayFile webDisplayFile)

Attach to DataSet.

AdgDataSet Attach(IDisplayFile webDisplayFile)

Parameters

Type Parameter name Description
IDisplayFile webDisplayFile Input Web Displayfile instance.

Returns

Type Description
AdgDataSet The DataSet.

IDisplayFile GetNewWebDisplayFile(string DclFileName, string FilePath, AdgDataSet dataSet, bool bShareOpenDataPath)

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

Type Description
IDisplayFile The DisplayFile instance.

IDisplayFile GetSharedFile(string DclFileName)

Get shared file.

IDisplayFile GetSharedFile(string DclFileName)

Parameters

Type Parameter name Description
String DclFileName Input declared file name.

Returns

Type Description
IDisplayFile Display file instance.

int GetWRF(string filePath, int wrfOptions, int handlerType, String& formatProps, String& resolvedAspFilePath)

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.