Support for tuplizers relating to components.

Namespace: NHibernate.Tuple.Component
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public abstract class AbstractComponentTuplizer : IComponentTuplizer, 
	ITuplizer
Visual Basic
<SerializableAttribute> _
Public MustInherit Class AbstractComponentTuplizer _
	Implements IComponentTuplizer, ITuplizer
Visual C++
[SerializableAttribute]
public ref class AbstractComponentTuplizer abstract : IComponentTuplizer, 
	ITuplizer

Inheritance Hierarchy

See Also