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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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