ObjectResolver Class
Resolves Objects by a specified element using dynamic type conversions and operations from the System.Reflection namespace.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Tools.Resolving.Resolvers.Resolver
TcHmiSrv.Core.Tools.Resolving.Resolvers.ObjectResolver
Namespace: TcHmiSrv.Core.Tools.Resolving.Resolvers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public class ObjectResolver : Resolver
The ObjectResolver type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ObjectResolver class with the specified BindingFlags and All. | |
|
Initializes a new instance of the ObjectResolver class with the specified IncludeFlags and DefaultLookup. | |
|
Initializes a new instance of the ObjectResolver class with the specified IncludeFlags and BindingFlags. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the BindingFlags that specify how the search of fields and properties is conducted. | |
|
Gets a value that indicates whether this
Resolver can
read elements. | |
|
Gets a value that indicates whether this
Resolver can
write elements. | |
|
Gets a default ObjectResolver with All and DefaultLookup. | |
|
Gets the IncludeFlags that specify which elements can be read and written. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether this Resolver can resolve Objects of the specified Type. (Overrides Resolver.CanResolve(Type).) | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Reads the specified element from the current Object. (Overrides Resolver.ReadElement(Object, String).) | |
|
Returns a string that represents the current object. (Inherited from Object.) | |
|
Writes the specified Object to the specified element of the current Object. (Overrides Resolver.WriteElement(Object, String, Object, Converter).) |
Fields
|
Name |
Description |
---|---|---|
|
Contains the default BindingFlags for field and property lookup. |