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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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