The EventCache type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EventCache | Initializes a new instance of the EventCache class |
Methods
| Name | Description | |
|---|---|---|
| Add(Object, Object) | ||
| Add(Object, Object, Boolean) |
Associates the specified entity with the specified copy in this EventCache;
| |
| Clear | ||
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InvertMap |
Returns copy-entity mappings
| |
| IsOperatedOn |
Returns true if the listener is performing the operation on the specified entity.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | ||
| SetOperatedOn |
Set flag to indicate if the listener is performing the operation on the specified entity.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Any | (Defined by EnumerableExtensions.) | |
| As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
| First | (Defined by EnumerableExtensions.) | |
| FirstOrNull | (Defined by EnumerableExtensions.) | |
| GetCollectionElementType | (Defined by ReflectHelper.) | |
| 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 | |
|---|---|---|
| Count |
Returns the number of entity-copy mappings in this EventCache
| |
| IsFixedSize | ||
| IsReadOnly | ||
| IsSynchronized | ||
| Item | ||
| Keys | ||
| SyncRoot | ||
| Values |