| PropertyCollectionResolveValue Method |
This method is a hook for child classes,
to implement some kind of value resolution or transformation for ungrouped properties.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax protected virtual Object ResolveValue(
string name,
Object value
)
Protected Overridable Function ResolveValue (
name As String,
value As Object
) As Object
Parameters
- name
- Type: SystemString
The name of the property. - value
- Type: SystemObject
The original value of the property.
Return Value
Type:
ObjectThe resolved or transformed value.
See Also