Click or drag to resize

IValueExpressionScopeT Interface

Defines an interface used for providing contextual scope when evaluating instances of the IValueExpressionAttribute.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public interface IValueExpressionScope<T>
View Source

Type Parameters

T
Type of associated model.

The IValueExpressionScopeT type exposes the following members.

Properties
 NameDescription
Public propertyInstance Gets or sets the current T instance.
Top
See Also