TcHmiSrv.Core.Tools.Resolving Namespaces

Contains types to resolve instances of any type by a specified path.

Namespaces

Namespace

Description

TcHmiSrv.Core.Tools.Resolving

Contains the Converter delegate that represents a method that converts an Object to an instance of the specified Type.

TcHmiSrv.Core.Tools.Resolving.Handlers

Contains types to handle resolving instances of any type by a specified path.

TcHmiSrv.Core.Tools.Resolving.Resolvers

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.