The PersistentEnumType type exposes the following members.

Methods

  NameDescription
Assemble (Overrides AbstractType..::.Assemble(Object, ISessionImplementor, Object).)
DeepCopy
When implemented by a class, returns a deep copy of the persistent state, stopping at entities and at collections.
(Inherited from NullableType.)
DeepCopyNotNull
Returns a deep copy of the persistent state.
(Inherited from ImmutableType.)
Disassemble (Overrides AbstractType..::.Disassemble(Object, ISessionImplementor).)
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromString
Parse the XML representation of an instance
(Inherited from NullableType.)
FromStringValue (Overrides NullableType..::.FromStringValue(String).)
GetOverloaded.
GetColumnSpan
Returns the number of columns spanned by this NullableType
(Inherited from NullableType.)
GetHashCodeOverloaded.
GetInstance
Gets an instance of the Enum
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUnderlyingSqlType
Determines what the NHibernate SqlType should be based on the values contain in the Enum
GetValue
Gets the correct value for the Enum.
Hydrate
Retrives an instance of the mapped class, or the identifier of an entity or collection from a IDataReader.
(Inherited from AbstractType.)
IsDatabaseNull
Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
(Inherited from AbstractType.)
IsDirtyOverloaded.
IsModified
Says whether the value has been modified
(Inherited from AbstractType.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NullSafeGetOverloaded.
NullSafeSetOverloaded.
ObjectToSQLString (Overrides ValueTypeType..::.ObjectToSQLString(Object).)
Replace (Inherited from ImmutableType.)
ResolveIdentifier
Maps identifiers to Entities or Collections.
(Inherited from AbstractType.)
SemiResolve (Inherited from AbstractType.)
Set (Overrides NullableType..::.Set(IDbCommand, Object, Int32).)
SqlTypes
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Inherited from NullableType.)
ToLoggableString
When implemented by a class, a representation of the value to be embedded in an XML element
(Inherited from NullableType.)
ToStringOverloaded.

See Also