ValueResolver Methods

The ValueResolver type exposes the following members.

Methods

 

Name

Description

ValueResolver Methods 1:

CanResolve

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

ValueResolver Methods 2:

Equals

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

ValueResolver Methods 3:

GetHashCode

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

ValueResolver Methods 4:

GetType

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

ValueResolver Methods 5:

ReadElement(Object, String)

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

ValueResolver Methods 6:

ReadElement(Value, String)

Reads the specified element from the current Value. (Overrides Resolver.T..ReadElement(T, String).)

ValueResolver Methods 7:

ToString

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

ValueResolver Methods 8:

WriteElement(Object, String, Object, Converter)

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

ValueResolver Methods 9:

WriteElement(Value, String, Object, Converter)

Writes the specified Object to the specified element of the current Value. (Overrides Resolver.T..WriteElement(T, String, Object, Converter).)

Reference

ValueResolver Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace