Class PvxResource

This class is used to collect information about a resource and its child resources.

Build Information

Author Fred McGuirk
Date Oct 30, 2006
Outputfile PvxResource.pvc
Forcelinenumbers false

Properties

No Properties

Methods

FUNCTION addMember()

Increment the count of children for this resource

FUNCTION addToChildList(name$)

Add the resource name the the list of children for this resource

FUNCTION getMemberCount()

Export all information gathered about this resource.

ParameterDescription
builder A reference to a [ProvideX Class:AbstractResourceBuilder] subclass that will transfer the collected information to another container.
Returns The number of child resources for this resource.

FUNCTION getName$()

Returns The name of this resource.

FUNCTION setProperties(init_propertyList, init_resourceName$, init_fullPath$)

Set the properties of this resource

ParameterDescription
init_propertyList A reference to a [ProvideX Library Class:*obj/group] that holds the properties for this resource.
init_resourceName$ The name of this resource
init_fullPath$ The path to this resource within the project