Namespaces

Types in FluentNHibernate.Visitors

Type PairBiDirectionalManyToManySidesDelegate

Namespace FluentNHibernate.Visitors

Parent MulticastDelegate

Methods

Properties

Public instance methods

IAsyncResult BeginInvoke(ICollectionMapping current, IEnumerable<ICollectionMapping> possibles, bool wasResolved, AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

void EndInvoke(IAsyncResult result)

Delegate[] GetInvocationList()

void Invoke(ICollectionMapping current, IEnumerable<ICollectionMapping> possibles, bool wasResolved)

Public properties

MethodInfo Method get;

object Target get;