Click or drag to resize

IValueResolver Interface

This interface describes an object, that can resolve or transform a the values of properties.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IValueResolver

The IValueResolver type exposes the following members.

Methods
  NameDescription
Public methodResolveValue
Returns the resolved or transformed value of the specified property.
Top
See Also