Click or drag to resize

PropertyCollectionCategoryListTbuildDataFieldsForCategory Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the data fields for category.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyCollectionExtended buildDataFieldsForCategory(
	string category,
	T instance
)
Request Example View Source

Parameters

category
Type: SystemString
The category.
instance
Type: T
The instance.

Return Value

Type: PropertyCollectionExtended
See Also