TextItemsLoadAndDistribute Method (EAPCollectionBase, IAppContext, String, String, String, CultureInfo, 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,
CultureInfo culture,
string subObjFilter
)
Public Sub LoadAndDistribute (
collection As EAPCollectionBase,
appContext As IAppContext,
propIdName As String,
objectTypeKey As String,
objID As String,
culture As CultureInfo,
subObjFilter As String
)
Parameters
- collection
- Type: NetQuarryEAPCollectionBase
The collection of items to which to distribute the text items. - appContext
- Type: NetQuarryIAppContext
The application context. - propIdName
- Type: SystemString
Not used. - objectTypeKey
- Type: SystemString
The object type. - objID
- Type: SystemString
The object's ID. - culture
- Type: System.GlobalizationCultureInfo
The culture for which to load the text items. - subObjFilter
- Type: SystemString
Filter to use to filter for sub-objects of a particular type only
See Also