ObjectResolver Methods

The ObjectResolver type exposes the following members.

Methods

 

Name

Description

ObjectResolver Methods 1:

CanResolve

Determines whether this Resolver can resolve Objects of the specified Type. (Overrides Resolver.CanResolve(Type).)

ObjectResolver Methods 2:

Equals

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

ObjectResolver Methods 3:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

ObjectResolver Methods 4:

GetHashCode

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

ObjectResolver Methods 5:

GetType

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

ObjectResolver Methods 6:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

ObjectResolver Methods 7:

ReadElement

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

ObjectResolver Methods 8:

ToString

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

ObjectResolver Methods 9:

WriteElement

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

Reference

ObjectResolver Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace