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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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