SymbolWithValue Class
Represents a symbol of a TwinCAT HMI server extension with a Value.
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 abstract class SymbolWithValue : Symbol,
IEquatable<SymbolWithValue>
The SymbolWithValue type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparer.T. and schema. | |
|
SymbolWithValue(IEqualityComparer.Value., JsonSchemaValue, Nullable.Boolean.) |
Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparer.T. and schemes. |
|
SymbolWithValue(IEqualityComparer.Value., JsonSchemaValue, JsonSchemaValue) |
Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparer.T. and schemes. |
|
SymbolWithValue(IEqualityComparer.Value., JsonSchemaValue, JsonSchemaValue, Nullable.Boolean.) |
Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparer.T. and schemes. |
|
Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparer.T. and schemes. | |
|
Initializes a new instance of the SymbolWithValue class with the specified IEqualityComparer.T. and schemes. | |
|
Initializes a new instance of the SymbolWithValue class with the specified 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
SymbolWithValue. | |
|
Gets the write value of the Symbol. (Inherited from Symbol.) |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified Object is equal to the current SymbolWithValue. (Overrides Symbol.Equals(Object).) | |
|
Indicates whether the current Symbol is equal to another Symbol. (Inherited from Symbol.) | |
|
Indicates whether the current SymbolWithValue is equal to another 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. (Overrides Symbol.GetHashCode..) | |
|
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. (Overrides Symbol.Read(Queue.String.).) | |
|
Returns a string that represents the current object. (Inherited from Symbol.) | |
|
Writes the specified Value at the specified path to Value. (Overrides Symbol.Write(Queue.String., Value).) |