SymbolWithDirectValue Class
Represents a symbol of a TwinCAT HMI server extension with a Value that can be set directly.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Tools.DynamicSymbols.Symbol
TcHmiSrv.Core.Tools.DynamicSymbols.SymbolWithValue
TcHmiSrv.Core.Tools.DynamicSymbols.SymbolWithDirectValue
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public class SymbolWithDirectValue : SymbolWithValue
The SymbolWithDirectValue type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
SymbolWithDirectValue(Value, IEqualityComparer.Value., JsonSchemaValue) |
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schema. |
|
SymbolWithDirectValue(Value, IEqualityComparer.Value., JsonSchemaValue, Nullable.Boolean.) |
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes. |
|
SymbolWithDirectValue(Value, IEqualityComparer.Value., JsonSchemaValue, JsonSchemaValue) |
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes. |
|
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes. | |
|
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes. | |
|
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes. | |
|
Initializes a new instance of the SymbolWithDirectValue class with the specified Value, IEqualityComparer.T. and schemes. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the Definitions of the Symbol. (Inherited from Symbol.) | |
|
Gets the documentation of the Symbol. (Inherited from Symbol.) | |
|
Gets a value that indicates whether the Symbol is a function. (Inherited from Symbol.) | |
|
Gets a value that indicates whether the Symbol is read-only. (Inherited from Symbol.) | |
| ||
|
Gets the JsonSchemaValue representing the JSON schema of the Symbol. (Inherited from Symbol.) | |
|
Gets the Value of the SymbolWithDirectValue. (Overrides SymbolWithValue.Value.) | |
|
Gets the write value of the Symbol. (Inherited from Symbol.) |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified Object is equal to the current SymbolWithValue. (Inherited from SymbolWithValue.) | |
|
Indicates whether the current Symbol is equal to another Symbol. (Inherited from Symbol.) | |
|
Indicates whether the current SymbolWithValue is equal to another SymbolWithValue. (Inherited from SymbolWithValue.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from SymbolWithValue.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Reads the Value at the specified path from Value. (Inherited from SymbolWithValue.) | |
|
Sets the Value of the SymbolWithDirectValue. | |
|
Returns a string that represents the current object. (Inherited from Symbol.) | |
|
Writes the specified Value at the specified path to Value. (Inherited from SymbolWithValue.) |