Click or drag to resize

ValueExpressionParserTParse Method

Parses the expression with the provided parameter expression scope and optional typeRegistry.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public void Parse(
	Expression scope,
	TypeRegistry typeRegistry = null,
	bool isCall = false
)
View Source

Parameters

scope  Expression
Parameter expression used to provide context to parsed instances.
typeRegistry  TypeRegistry  (Optional)
Type registry to use when parsing IValueExpressionAttribute instances, or null to use DefaultTypeRegistry.
isCall  Boolean  (Optional)
true if parsing an action; otherwise, false for a function.
See Also