[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.IdMapper.Type(NHibernate.Type.IIdentifierType)"]

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

Syntax

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

Parameters

persistentType
Type: NHibernate.Type..::..IIdentifierType

[Missing <param name="persistentType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.IdMapper.Type(NHibernate.Type.IIdentifierType)"]

Implements

IIdMapper..::..Type(IIdentifierType)

See Also