[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ComponentAsIdCustomizer`1"]

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

Syntax

C#
public class ComponentAsIdCustomizer<TComponent> : PropertyContainerCustomizer<TEntity>, 
	IComponentAsIdMapper<TComponent>, IComponentAsIdAttributesMapper<TComponent>, IAccessorPropertyMapper, 
	IMinimalPlainPropertyContainerMapper<TContainer>
where TComponent : class
Visual Basic
Public Class ComponentAsIdCustomizer(Of TComponent As Class) _
	Inherits PropertyContainerCustomizer(Of TEntity) _
	Implements IComponentAsIdMapper(Of TComponent), IComponentAsIdAttributesMapper(Of TComponent),  _
	IAccessorPropertyMapper, IMinimalPlainPropertyContainerMapper(Of TContainer)
Visual C++
generic<typename TComponent>
where TComponent : ref class
public ref class ComponentAsIdCustomizer : public PropertyContainerCustomizer<TEntity>, 
	IComponentAsIdMapper<TComponent>, IComponentAsIdAttributesMapper<TComponent>, IAccessorPropertyMapper, 
	IMinimalPlainPropertyContainerMapper<TContainer>

Type Parameters

TComponent

[Missing <typeparam name="TComponent"/> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ComponentAsIdCustomizer`1"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..PropertyContainerCustomizer<(Of <(<'TEntity>)>)>
    NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..ComponentAsIdCustomizer<(Of <(<'TComponent>)>)>

See Also