When implemented by a class, gets or sets the Type of the Persister.

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

Syntax

C#
public abstract Type EntityPersisterClass { get; set; }
Visual Basic
Public MustOverride Property EntityPersisterClass As Type
	Get
	Set
Visual C++
public:
virtual property Type^ EntityPersisterClass {
	Type^ get () abstract;
	void set (Type^ value) abstract;
}

See Also