[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyPropertyMapper.Generated(NHibernate.Mapping.ByCode.PropertyGeneration)"]

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

Syntax

C#
public void Generated(
	PropertyGeneration generation
)
Visual Basic
Public Sub Generated ( _
	generation As PropertyGeneration _
)
Visual C++
public:
virtual void Generated(
	PropertyGeneration^ generation
) sealed

Parameters

generation
Type: NHibernate.Mapping.ByCode..::..PropertyGeneration

[Missing <param name="generation"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyPropertyMapper.Generated(NHibernate.Mapping.ByCode.PropertyGeneration)"]

Implements

IPropertyMapper..::..Generated(PropertyGeneration)

See Also