IConfiguredPropertyEvaluator Interface

Definition

IConfiguredPropertyEvaluator

public interface class IConfiguredPropertyEvaluator
public interface class IConfiguredPropertyEvaluator
__interface IConfiguredPropertyEvaluator
public interface IConfiguredPropertyEvaluator
type IConfiguredPropertyEvaluator = interface
Public Interface IConfiguredPropertyEvaluator

Properties

EvaluatorService

the Property evaluator service

Methods

CreateConfiguredPropertyEvaluator(IReadOnlyCollection<String>, IEnumerable<Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>>)

Create a new IConfiguredPropertyEvaluator by up adding new contexts and/or property providers.

Evaluate(String)

Evaluate a content and resolve all possible ${prefix.var} instances found

Applies to