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

LazyFactoryBuilder.Register Method 

Register (add) a lazy load Proxy for a type and member type

[Visual Basic]
Public Sub Register( _
   ByVal Type As Type, _
   ByVal String As String, _
   ByVal ILazyFactory As ILazyFactory _
)
[C#]
public void Register(
   Type type,
   String memberName,
   ILazyFactory factory
);

Parameters

type
The target type which contains the member proxyfied
memberName
The member name the proxy must emulate
factory
The ILazyFactory.

See Also

LazyFactoryBuilder Class | IBatisNet.DataMapper.Proxy Namespace