ResolveHandler Class
Provides methods to handle resolving Objects.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.Tools.Resolving.HandlersResolveHandlerObject
TcHmiSrv.Core.Tools.Resolving.HandlersResolveHandler
Namespace: TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class ResolveHandler : ResolveHandler<Object>The ResolveHandler type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the ResolveHandler class with the specified Resolvers. | |
|
|
Initializes a new instance of the ResolveHandler class with the specified Resolvers. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets a value that indicates whether this ResolveHandlerT can
read elements. | |
|
|
Gets a value that indicates whether this ResolveHandlerT can
write elements. | |
|
|
Gets a default Converter that returns the specified Object regardless of the specified Type. | |
|
|
Gets a default ResolveHandler that uses DefaultResolver and DefaultResolver to resolve. | |
|
|
Gets a description that is used in Exception messages to
display what was tried to resolve. | |
|
|
Gets a Converter that converts the specified Object to an instance of the specified Type by calling ToString and passing the result to DeserializeObject(String, Type). | |
|
|
Gets a Converter that converts the specified Object to a Value by calling SerializeObject(Object) and passing the result to FromJson(String). | |
|
|
Gets an IEnumerableT of Resolvers that are used by the current ResolveHandler. | |
|
|
Gets a Converter that converts the specified Object to a Value by calling the appropriate constructor. | |
|
|
Gets a Converter that converts the specified Value to an instance of the specified Type by calling ToJson(Value) and passing the result to DeserializeObject(String, Type). |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates a QueueT from the specified path. | |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Finds a Resolver that can read elements from instances of the specified Type. | |
|
|
Finds a Resolver that can write elements to instances of the specified Type. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Reads the specified element from the current instance. | |
|
|
Reads the specified elements from the current instance. | |
|
|
Returns a string that represents the current object. | |
|
|
Writes the specified value to the specified element of the
current instance. | |
|
|
Writes the specified value at the specified elements to the
current instance. | |
|
|
Writes the specified value at the specified elements to the current instance of the specified type. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiSrv.Core.Tools.Resolving.Handlers Namespace
Copyright © Beckhoff Automation GmbH & Co. KG