Symbol Class
Represents a symbol of a TwinCAT HMI server extension.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Tools.DynamicSymbols.Symbol
TcHmiSrv.Core.Tools.DynamicSymbols.SymbolWithValue
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public abstract class Symbol : IEquatable<Symbol>
The Symbol type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the Symbol class with the specified schema. | |
|
Initializes a new instance of the Symbol class with the specified schemes. | |
|
Initializes a new instance of the Symbol class with the specified schemes. | |
|
Initializes a new instance of the Symbol class with the specified schemes. | |
|
Symbol(JsonSchemaValue, JsonSchemaValue, Nullable.Boolean., Nullable.Boolean.) |
Initializes a new instance of the Symbol class with the specified schemes. |
|
Symbol(JsonSchemaValue, JsonSchemaValue, Nullable.Boolean., String) |
Initializes a new instance of the Symbol class with the specified schemes. |
|
Symbol(JsonSchemaValue, JsonSchemaValue, Nullable.Boolean., Nullable.Boolean., String) |
Initializes a new instance of the Symbol class with the specified schemes. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the Definitions of the Symbol. | |
|
Gets the documentation of the Symbol. | |
|
Gets a value that indicates whether the Symbol is a function. | |
|
Gets a value that indicates whether the Symbol is read-only. | |
|
Gets the read value of the Symbol. | |
|
Gets the JsonSchemaValue representing the JSON schema of the Symbol. | |
|
Gets the write value of the Symbol. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified Object is equal to the current Symbol. (Overrides Object.Equals(Object).) | |
|
Indicates whether the current Symbol is equal to another Symbol. | |
|
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 Object.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 the current Symbol. | |
|
Returns a string that represents the current object. (Overrides Object.ToString..) | |
|
Writes the specified Value at the specified path to the current Symbol. |