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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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