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