[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.JoinedSubclassMapper.Proxy(System.Type)"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void Proxy(
	Type proxy
)
Visual Basic
Public Sub Proxy ( _
	proxy As Type _
)
Visual C++
public:
virtual void Proxy(
	Type^ proxy
) sealed

Parameters

proxy
Type: System..::..Type

[Missing <param name="proxy"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.JoinedSubclassMapper.Proxy(System.Type)"]

Implements

IEntityAttributesMapper..::..Proxy(Type)

See Also