iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IAccessor Interface

The IAccessor interface defines a field/property contract.

For a list of all members of this type, see IAccessor Members.

IBatisNet.Common.Utilities.Objects.Members.IAccessor
   IGetAccessor
   ISetAccessor

[Visual Basic]
Public Interface IAccessor
[C#]
public interface IAccessor

Types that implement IAccessor

Type Description
DelegateFieldGetAccessor The DelegateFieldGetAccessor class defines a field get accessor and provides Reflection.Emit-generated IGet via the new DynamicMethod (.NET V2).
DelegateFieldSetAccessor The DelegateFieldSetAccessor class defines a field get accessor and provides Reflection.Emit-generated ISet via the new DynamicMethod (.NET V2).
DelegatePropertyGetAccessor The DelegatePropertyGetAccessor class defines a get property accessor and provides Reflection.Emit-generated IGet via the new DynamicMethod (.NET V2).
DelegatePropertySetAccessor The DelegatePropertySetAccessor class defines a set property accessor and provides Reflection.Emit-generated ISet via the new DynamicMethod (.NET V2).
EmitFieldGetAccessor The EmitFieldGetAccessor class provides an IL-based get access to a field of a specified target class.
EmitFieldSetAccessor The EmitFieldSetAccessor class provides an IL-based set access to a field of a specified target class.
EmitPropertyGetAccessor The EmitPropertyGetAccessor class provides an IL-based get access to a property of a specified target class.
EmitPropertySetAccessor The EmitPropertySetAccessor class provides an IL-based set access to a property of a specified target class.
ReflectionFieldGetAccessor The ReflectionFieldGetAccessor class provides an reflection get access to a field of a specified target class.
ReflectionFieldSetAccessor The ReflectionFieldSetAccessor class provides an reflection set access to a field of a specified target class.
ReflectionPropertyGetAccessor The ReflectionPropertyGetAccessor class provides an reflection get access to a property of a specified target class.
ReflectionPropertySetAccessor The ReflectionPropertySetAccessor class provides an reflection set access to a property of a specified target class.

Requirements

Namespace: IBatisNet.Common.Utilities.Objects.Members

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IAccessor Members | IBatisNet.Common.Utilities.Objects.Members Namespace