ResolveHandler Properties

The ResolveHandler type exposes the following members.

Properties

 

Name

Description

ResolveHandler Properties 1:

CanRead

Gets a value that indicates whether this ResolveHandler.T. can read elements.
The default value is true. (Inherited from ResolveHandler.T..)

ResolveHandler Properties 2:

CanWrite

Gets a value that indicates whether this ResolveHandler.T. can write elements.
The default value is true. (Inherited from ResolveHandler.T..)

ResolveHandler Properties 3:

ResolveHandler Properties 4:

DefaultConverter

Gets a default Converter that returns the specified Object regardless of the specified Type.

ResolveHandler Properties 5:

ResolveHandler Properties 6:

DefaultHandler

Gets a default ResolveHandler that uses DefaultResolver and DefaultResolver to resolve.

ResolveHandler Properties 7:

Description

Gets a description that is used in Exception messages to display what was tried to resolve.
If Description is null, the Type of the instance that is actually resolved is displayed.
If the instance that is actually resolved is also null, the type of T is displayed. (Inherited from ResolveHandler.T..)

ResolveHandler Properties 8:

ResolveHandler Properties 9:

JsonConverter

Gets a Converter that converts the specified Object to an instance of the specified Type by calling ToString. and passing the result to DeserializeObject(String, Type).

ResolveHandler Properties 10:

ResolveHandler Properties 11:

JsonValueConverter

Gets a Converter that converts the specified Object to a Value by calling SerializeObject(Object) and passing the result to FromJson(String).

ResolveHandler Properties 12:

Resolvers

Gets an IEnumerable.T. of Resolvers that are used by the current ResolveHandler.

ResolveHandler Properties 13:

ResolveHandler Properties 14:

ValueConverter

Gets a Converter that converts the specified Object to a Value by calling the appropriate constructor.

ResolveHandler Properties 15:

ResolveHandler Properties 16:

ValueJsonConverter

Gets a Converter that converts the specified Value to an instance of the specified Type by calling ToJson(Value) and passing the result to DeserializeObject(String, Type).

Reference

ResolveHandler Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace