PropertiesLoadAndDistribute Method (EAPCollectionBase, IAppContext, String, String, String, Boolean) |
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
)
Public Sub LoadAndDistribute (
collection As EAPCollectionBase,
appContext As IAppContext,
propIdName As String,
objectTypeKey As String,
objID As String,
hasSubObjects As Boolean
)
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.
See Also