TcHmiSrv.Core.Tools.Resolving Namespaces
Contains types to resolve instances of any type by a specified path.
Namespaces
Namespace |
Description |
---|---|
Contains the Converter delegate that represents a method that converts an Object to an instance of the specified Type. | |
Contains types to handle resolving instances of any type by a specified path. | |
Provides Resolvers to resolve Objects and Values by a specified element. |
Remarks
This
implementation replaces the TcHmiSrv.DynamicSymbols.TcHmiResolver and
TcHmiSrv.DynamicSymbols.TcHmiUniversalResolver
classes.
Use an instance of a type derived from ResolveHandler to
handle resolving of a specified type. You can implement custom
Resolvers to
control resolving or use ObjectResolver.DefaultResolver
and ValueResolver.DefaultResolver.