[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ClassCustomizer`1.ComponentAsId``1(System.String)"]

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

Syntax

C#
public void ComponentAsId<TComponent>(
	string notVisiblePropertyOrFieldName
)
where TComponent : class
Visual Basic
Public Sub ComponentAsId(Of TComponent As Class) ( _
	notVisiblePropertyOrFieldName As String _
)
Visual C++
public:
generic<typename TComponent>
where TComponent : ref class
virtual void ComponentAsId(
	String^ notVisiblePropertyOrFieldName
) sealed

Parameters

notVisiblePropertyOrFieldName
Type: System..::..String

[Missing <param name="notVisiblePropertyOrFieldName"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ClassCustomizer`1.ComponentAsId``1(System.String)"]

Type Parameters

TComponent

[Missing <typeparam name="TComponent"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.ClassCustomizer`1.ComponentAsId``1(System.String)"]

Implements

IClassAttributesMapper<(Of <(<'TEntity>)>)>..::..ComponentAsId<(Of <<'(TComponent>)>>)(String)

See Also