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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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