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

Symbol Class 1:

Symbol(String, BuildInfo, Type, Type, Boolean)

Initializes a new instance of the Symbol class.

Symbol Class 2:

Symbol(String, Type, Type, Boolean, IncludeMembers, BindingFlags, ICollection.String., UInt32)

Initializes a new instance of the Symbol class.

Properties

 

Name

Description

Symbol Class 3:

BindingAttr

Obsolete.

Contains a bitmask comprised of one or more 'BindingFlags' that specify how the search is conducted. (Inherited from Definition.)

Symbol Class 4:

IgnoreElements

Obsolete.

Contains an ICollection.T. of elements that should be ignored. To ignore elements in the WriteValue use the prefix 'writeValue'. (Inherited from Definition.)

Symbol Class 5:

Info

Contains additional BuildInfo of the Definition. (Inherited from Definition.)

Symbol Class 6:

IsFunction

Contains a value that indicates if the Definition is a function. (Inherited from Definition.)

Symbol Class 7:

MaxDepth

Obsolete.

Contains the maximum schema depth. (Inherited from Definition.)

Symbol Class 8:

Members

Obsolete.

Contains a bitmask comprised of one or more IncludeMembers that specify which members should be included. (Inherited from Definition.)

Symbol Class 9:

Name

Contains the name of the Symbol.

Symbol Class 10:

ReadValue

Contains the read value of the Definition. (Inherited from Definition.)

Symbol Class 11:

ThrowException

Obsolete.

Contains a value that indicates whether to throw an Exception after MaxDepth has been reached or to return null schemas. (Inherited from Definition.)

Symbol Class 12:

WriteValue

Contains the write value of the Definition. (Inherited from Definition.)

Methods

 

Name

Description

Symbol Class 13:

Equals

Determines whether the specified Symbol is equal to the current Symbol. (Overrides Definition.Equals(Object).)

Symbol Class 14:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Symbol Class 15:

GetHashCode

Serves as a hash function for a particular type. (Overrides Definition.GetHashCode..)

Symbol Class 16:

GetType

Gets the Type of the current instance. (Inherited from Object.)

Symbol Class 17:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Symbol Class 18:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

Symbol Class 19:

Symbol Class 20:

Equality

Determines whether the specified Symbol is equal to the current Symbol.

Symbol Class 21:

Symbol Class 22:

Inequality

Determines whether the specified Symbol is not equal to the current Symbol.

Reference

TcHmiSrv.DynamicSymbols Namespace