ExpressionObserverBuilder.

Build(object, string, bool, string?, Func<string, string, Type>?) Method

Syntax

public static ExpressionObserver Build(object root, string expression, bool enableDataValidation = false, string? description = null, Func<string, string, Type>? typeResolver = null)

Parameters

Name Type Description
root object
expression string
enableDataValidation bool
description string?
typeResolver Func<string, string, Type>?

Return Value

Type Description
ExpressionObserver