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

DelegatePropertyGetAccessor Class

The DelegatePropertyGetAccessor class defines a get property accessor and provides Reflection.Emit-generated IGet via the new DynamicMethod (.NET V2).

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

System.Object
   BaseAccessor
      DelegatePropertyGetAccessor

[Visual Basic]
NotInheritable Public Class DelegatePropertyGetAccessor
    Inherits 
    Implements IGetAccessor, IAccessor, IGet
[C#]
public class DelegatePropertyGetAccessor : BaseAccessor, IGetAccessor, IAccessor, IGet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common.Utilities.Objects.Members

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

See Also

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