The EnumType<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodEnumType<(Of <(<'T>)>)>
Initializes a new instance of the EnumType<(Of <(<'T>)>)> class

Methods

  NameDescription
Public methodAssemble (Inherited from PersistentEnumType.)
Public methodBeforeAssemble (Inherited from AbstractType.)
Public methodCompare (Inherited from AbstractType.)
Public methodDeepCopy (Inherited from ImmutableType.)
Public methodDisassemble (Inherited from PersistentEnumType.)
Public methodEquals (Inherited from PersistentEnumType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromStringValue (Inherited from PersistentEnumType.)
Public methodFromXMLNode (Inherited from NullableType.)
Public methodFromXMLString (Inherited from NullableType.)
Public methodGet(IDataReader, Int32) (Inherited from PersistentEnumType.)
Public methodGet(IDataReader, String) (Inherited from PersistentEnumType.)
Public methodGetColumnSpan
Returns the number of columns spanned by this NullableType
(Inherited from NullableType.)
Public methodGetHashCode()()()() (Inherited from PersistentEnumType.)
Public methodGetHashCode(Object, EntityMode) (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodGetInstance
Gets an instance of the Enum
(Inherited from PersistentEnumType.)
Public methodGetSemiResolvedType (Inherited from AbstractType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the correct value for the Enum.
(Inherited from PersistentEnumType.)
Public methodHydrate
Retrives an instance of the mapped class, or the identifier of an entity or collection from a IDataReader.
(Inherited from AbstractType.)
Public methodIsDirty(Object, Object, ISessionImplementor)
Should the parent be considered dirty, given both the old and current field or element value?
(Inherited from AbstractType.)
Public methodIsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) (Inherited from NullableType.)
Public methodIsEqual(Object, Object) (Inherited from NullableType.)
Public methodIsEqual(Object, Object, EntityMode) (Inherited from NullableType.)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodIsModified
Says whether the value has been modified
(Inherited from AbstractType.)
Public methodIsSame (Inherited from AbstractType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullSafeGet(IDataReader, String)
Gets the value of the field from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][])
Extracts the values of the fields from the DataReader
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeSet(IDbCommand, Object, Int32)
Puts the value from the mapped class into the IDbCommand.
(Inherited from NullableType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)
When implemented by a class, puts the value/values from the mapped class into the IDbCommand.
(Inherited from NullableType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) (Inherited from NullableType.)
Public methodObjectToSQLString (Inherited from PersistentEnumType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary) (Inherited from ImmutableType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) (Inherited from AbstractType.)
Public methodResolveIdentifier
Maps identifiers to Entities or Collections.
(Inherited from AbstractType.)
Public methodSemiResolve (Inherited from AbstractType.)
Public methodSet (Inherited from PersistentEnumType.)
Public methodSetToXMLNode (Inherited from NullableType.)
Public methodSqlTypes
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Inherited from NullableType.)
Public methodStringToObject (Inherited from AbstractEnumType.)
Public methodToColumnNullness (Inherited from NullableType.)
Public methodToLoggableString
When implemented by a class, a representation of the value to be embedded in an XML element
(Inherited from NullableType.)
Public methodToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Object) (Inherited from PersistentEnumType.)
Public methodToXMLString (Inherited from NullableType.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Properties

  NameDescription
Public propertyDefaultValue (Inherited from AbstractEnumType.)
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.)
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.)
Public propertyIsMutable
Gets the value indicating if this IType is mutable.
(Inherited from ImmutableType.)
Public propertyIsXMLElement (Inherited from AbstractType.)
Public propertyName (Overrides PersistentEnumType..::..Name.)
Public propertyPrimitiveClass (Inherited from AbstractEnumType.)
Public propertyReturnedClass (Inherited from AbstractEnumType.)
Public propertySqlType
Gets the underlying SqlType for the column mapped by this NullableType.
(Inherited from NullableType.)

See Also