Interface IShadow<T>
Implementation contract for base types tags to access shadow values.
Namespace: Vortex.Connector.ValueTypes.Shadows
Assembly: Vortex.Connector.dll
Syntax
public interface IShadow<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
AttributeName
Gets or sets name of this tag.
Declaration
string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AttributeUnits
Gets or sets units of this tag.
Declaration
string AttributeUnits { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shadow
Gets or sets shadow value of this tag.
Declaration
T Shadow { get; set; }
Property Value
Type | Description |
---|---|
T |
Symbol
Gets symbol of this tag.
Declaration
string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or set shadow value of this tag.
Declaration
T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
Events
ValueChanged
Raises when Shadow value changes.
Declaration
event ValueChangedEventHandlerDelegate ValueChanged
Event Type
Type | Description |
---|---|
ValueChangedEventHandlerDelegate |