Click or drag to resize

ResolvingGroupedPropertyCollectionResolveGroupValue Method

The implementation of ResolveGroupValue(String, String, Object), calling all registered resolvers in the order they were registered.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
protected override Object ResolveGroupValue(
	string group,
	string name,
	Object value
)

Parameters

group
Type: SystemString
The group of the property.
name
Type: SystemString
The name of the property.
value
Type: SystemObject
The original value of the property.

Return Value

Type: Object
The resolved or transformed value of the property.
See Also