Click or drag to resize

TextItemsLoadAndDistribute Method (EAPCollectionBase, IAppContext, String, String, String, CultureInfo)

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
)

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.
See Also