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

Constructors

  NameDescription
GenericListType<(Of <(T>)>)
Initializes a new instance of a GenericListType<(Of <(T>)>) class for a specific role.

Methods

  NameDescription
Add (Inherited from ListType.)
Assemble (Inherited from CollectionType.)
Clear (Inherited from ListType.)
CopyElement (Inherited from CollectionType.)
DeepCopy (Inherited from CollectionType.)
Disassemble (Inherited from CollectionType.)
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 (Inherited from CollectionType.)
GetAssociatedClass (Inherited from CollectionType.)
GetAssociatedJoinable (Inherited from CollectionType.)
GetColumnSpan (Inherited from CollectionType.)
GetElementsCollection
Returns a reference to the elements in the collection.
(Inherited from CollectionType.)
GetElementType (Inherited from CollectionType.)
GetHashCodeOverloaded.
GetKeyOfOwner
Get the key value from the owning entity instance, usually the identifier, but might be some other unique key, in the case of property-ref
(Inherited from CollectionType.)
GetOnCondition (Inherited from CollectionType.)
GetReferencedColumns (Inherited from CollectionType.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Hydrate (Inherited from CollectionType.)
InstantiateOverloaded.
InstantiateResult (Inherited from CollectionType.)
IsDatabaseNull
Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
(Inherited from AbstractType.)
IsDirtyOverloaded.
IsModified (Inherited from CollectionType.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NullSafeGetOverloaded.
NullSafeSetOverloaded.
Replace (Inherited from CollectionType.)
ReplaceElements (Inherited from CollectionType.)
ResolveIdentifier (Inherited from CollectionType.)
SemiResolve (Inherited from CollectionType.)
SqlTypes (Inherited from CollectionType.)
ToLoggableString (Inherited from CollectionType.)
ToString (Inherited from CollectionType.)
Wrap (Overrides ListType..::.Wrap(ISessionImplementor, Object).)

Properties

  NameDescription
ForeignKeyDirection (Inherited from CollectionType.)
HasNiceEquals (Inherited from CollectionType.)
IsAlwaysDirtyChecked
We always need to dirty check the collection because we sometimes need to incremement version number of owner and also because of how assemble/disassemble is implemented for uks
(Inherited from CollectionType.)
IsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
IsArrayType (Inherited from CollectionType.)
IsAssociationType (Inherited from CollectionType.)
IsCollectionType (Inherited from CollectionType.)
IsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
IsEntityType
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.)
IsMutable (Inherited from CollectionType.)
LHSPropertyName (Inherited from CollectionType.)
Name (Inherited from CollectionType.)
ReturnedClass (Overrides ListType..::.ReturnedClass.)
RHSUniqueKeyPropertyName (Inherited from CollectionType.)
Role (Inherited from CollectionType.)
UseLHSPrimaryKey (Inherited from CollectionType.)

See Also