Product Builder Scope Functions
The ProductBuilder attribute scope contains functions that allow users to interact with the ODTK Static Product Builder.
|
DataProduct FindByName(string productName) Use this to search by name for a specific data product in the Product Builder. Parameters
Return Value
|
Example Python: Copy
|
|
bool GenerateAllProducts() Use this to generate reports from all Data Products in the Data Product list. Return Value
|
Example VBS: Copy
|
|
bool GenerateProduct(string productName) Use this to generate a report or graph using a single Data Product name, where the name is specified in the list of Products in the static product builder. Parameters
Return Value
|
Example VBS: Copy
|
|
bool LoadDataProductList(string filename) Use this to load a Data Product List from a saved file. Parameters
Return Value
|
Example VBS: Copy
|
|
bool SaveDataProductList(string filename) Use this to save a Data Product List to a file. Parameters
Return Value
|
Example VBS: Copy
|