Click or drag to resize

PropertiesLoadAndDistribute Method (EAPCollectionBase, IAppContext, String, String, String, Boolean, String)

Loads the properties for all objects of specified type, then assigns them to each object Note that the child objects must implement INQBase

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void LoadAndDistribute(
	EAPCollectionBase collection,
	IAppContext appContext,
	string propIdName,
	string objectTypeKey,
	string objID,
	bool hasSubObjects,
	string subObjFilter
)

Parameters

collection
Type: NetQuarryEAPCollectionBase
The collection of object across which to distribute these properties.
appContext
Type: NetQuarryIAppContext
The application context object.
propIdName
Type: SystemString
Not used.
objectTypeKey
Type: SystemString
The type of the object (one of the types from xmt_obj_types)
objID
Type: SystemString
The object id.
hasSubObjects
Type: SystemBoolean
Boolean value indicating if the object has sub-objects or not.
subObjFilter
Type: SystemString
Used by the PageInfos collection to load only properties for the current page.
See Also