Symbol Class
Contains the additional information for a symbol that is required by ListSymbols(Command, IEnumerable.Symbol.) .
Inheritance Hierarchy
System.Object
TcHmiSrv.DynamicSymbols.Definition
TcHmiSrv.DynamicSymbols.Symbol
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public class Symbol : Definition, ISymbol<Type>,
IDefinition<Type>
The Symbol type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the Symbol class. | |
|
Symbol(String, Type, Type, Boolean, IncludeMembers, BindingFlags, ICollection.String., UInt32) |
Initializes a new instance of the Symbol class. |
Properties
|
Name |
Description |
---|---|---|
|
Obsolete. Contains a bitmask comprised of one or more 'BindingFlags' that specify how the search is conducted. (Inherited from Definition.) | |
|
Obsolete. Contains an ICollection.T. of elements that should be ignored. To ignore elements in the WriteValue use the prefix 'writeValue'. (Inherited from Definition.) | |
|
Contains additional BuildInfo of the Definition. (Inherited from Definition.) | |
|
Contains a value that indicates if the Definition is a function. (Inherited from Definition.) | |
|
Obsolete. Contains the maximum schema depth. (Inherited from Definition.) | |
|
Obsolete. Contains a bitmask comprised of one or more IncludeMembers that specify which members should be included. (Inherited from Definition.) | |
|
Contains the name of the Symbol. | |
|
Contains the read value of the Definition. (Inherited from Definition.) | |
|
Obsolete. Contains a value that indicates whether to throw an Exception after MaxDepth has been reached or to return null schemas. (Inherited from Definition.) | |
|
Contains the write value of the Definition. (Inherited from Definition.) |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified Symbol is equal to the current Symbol. (Overrides Definition.Equals(Object).) | |
|
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 a hash function for a particular type. (Overrides Definition.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified Symbol is equal to the current Symbol. | |
|
Determines whether the specified Symbol is not equal to the current Symbol. |