RecursiveValueResolver Methods

The RecursiveValueResolver type exposes the following members.

Methods

 

Name

Description

RecursiveValueResolver Methods 1:

CanResolve

Determines whether this Resolver can resolve instances of the specified Type. (Inherited from Resolver.T..)

RecursiveValueResolver Methods 2:

Equals

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

RecursiveValueResolver Methods 3:

GetHashCode

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

RecursiveValueResolver Methods 4:

GetType

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

RecursiveValueResolver Methods 5:

ReadElement(T, String)

Reads the specified element from the current Object. (Inherited from RecursiveResolver.T..)

RecursiveValueResolver Methods 6:

ReadElement(Object, String)

Reads the specified element from the current Object. (Inherited from Resolver.T..)

RecursiveValueResolver Methods 7:

ReadElementRecursive

Reads the specified element from the current Value. (Overrides RecursiveResolver.T..ReadElementRecursive(T, String).)

RecursiveValueResolver Methods 8:

ToString

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

RecursiveValueResolver Methods 9:

WriteElement(T, String, Object, Converter)

Writes the specified Object to the specified element of the current instance. (Inherited from RecursiveResolver.T..)

RecursiveValueResolver Methods 10:

WriteElement(Object, String, Object, Converter)

Writes the specified Object to the specified element of the current Object. (Inherited from Resolver.T..)

RecursiveValueResolver Methods 11:

WriteElementRecursive

Writes the specified value to the specified element of the current Value. (Overrides RecursiveResolver.T..WriteElementRecursive(T, String, T).)

Reference

RecursiveValueResolver Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace