Click or drag to resize

PropertyCollectionCategoryListTbuildPropertyCollectionExtendedList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the property collection extended list.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyCollectionExtendedList buildPropertyCollectionExtendedList(
	string category,
	IEnumerable<T> instances,
	string instanceNameProperty
)
Request Example View Source

Parameters

category
Type: SystemString
The category.
instances
Type: System.Collections.GenericIEnumerableT
The instances.
instanceNameProperty
Type: SystemString
The instance name property.

Return Value

Type: PropertyCollectionExtendedList
See Also