The CustomCollectionType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomCollectionType | Initializes a new instance of the CustomCollectionType class |
Methods
Extension Methods
Name | Description | |
---|---|---|
As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsProxy | (Defined by NHibernateProxyHelper.) | |
ToTypeParameters | (Defined by ReflectHelper.) |
Properties
Name | Description | |
---|---|---|
ForeignKeyDirection | (Inherited from CollectionType.) | |
IsAlwaysDirtyChecked |
We always need to dirty check the collection because we sometimes
need to increment 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.) | |
IsEmbeddedInXML | (Inherited from CollectionType.) | |
IsEntityType |
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.) | |
IsMutable | (Inherited from CollectionType.) | |
IsXMLElement | (Inherited from AbstractType.) | |
LHSPropertyName | (Inherited from CollectionType.) | |
Name | (Inherited from CollectionType.) | |
ReturnedClass | (Overrides AbstractType..::..ReturnedClass.) | |
RHSUniqueKeyPropertyName | (Inherited from CollectionType.) | |
Role | (Inherited from CollectionType.) | |
UseLHSPrimaryKey | (Inherited from CollectionType.) | |
UserType |