Abstract class for ResourceBuilder classes. These classes are used to export/import properties for all resources in a project or group of projects. |
Author | Fred McGuirk |
Date | Oct 30, 2006 |
Outputfile | AbstractResourceBuilder.pvc |
Forcelinenumbers | false |
No Properties |
FUNCTION add(name$, path$, childList$, propList) Add a new property into object to be created. This method is a stub that will be over-ridden by the child classes.
| ||||||||||
| ||||||||||
FUNCTION build() Create the outut object from the information collected by the 'add()' method. | ||||||||||
FUNCTION isCancelled() Check the state of the process to see if the user has initiated a cancel request.
| ||||||||||
| ||||||||||
FUNCTION setCancelled(initCancelled) Set the flag to indicate that the process has been cancelled.
| ||||||||||
|
![]() |