TcHmiResolver Class

Note: This API is now obsolete.

Provides methods to resolve sub-objects of several types by a given Path.

Inheritance Hierarchy

System.Object
  TcHmiSrv.DynamicSymbols.TcHmiResolver
Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

[ObsoleteAttribute("TcHmiResolver is deprecated. If you want to resolve instances of type 'object', 'System.Type' or 'TcHmiSrv.Value', use the TcHmiUniversalResolver class instead. If you want to implement a resolver for a custom type, use the generic TcHmiResolver class instead.")]
public class TcHmiResolver

The TcHmiResolver type exposes the following members.

Constructors

 

Name

Description

TcHmiResolver Class 1:

TcHmiResolver

Initializes a new instance of the TcHmiResolver class

Methods

 

Name

Description

TcHmiResolver Class 2:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcHmiResolver Class 3:

Finalize

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

TcHmiResolver Class 4:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiResolver Class 5:

GetType

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

TcHmiResolver Class 6:

MemberwiseClone

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

TcHmiResolver Class 7:

TcHmiResolver Class 8:

ResolveObject

Obsolete.

Resolves the specified Object by the given path.

TcHmiResolver Class 9:

TcHmiResolver Class 10:

ResolveType

Obsolete.

Resolves the specified Type by the given path.

TcHmiResolver Class 11:

TcHmiResolver Class 12:

ResolveValue

Obsolete.

Resolves the specified Value by the given path.

TcHmiResolver Class 13:

ToString

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

Reference

TcHmiSrv.DynamicSymbols Namespace