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.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
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