Class QueryBehaviorBase<T>
A query behavior base.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Behaviors
Assembly: Kephas.Data.dll
Syntax
public abstract class QueryBehaviorBase<T> : Loggable, ILoggable, IDataBehavior<T>, IDataBehavior, IOnQueryBehavior
Type Parameters
Name | Description |
---|---|
T | The entity type. |
Methods
| Improve this Doc View SourceAfterQuery(Type, IQueryOperationContext)
Callback invoked after the query has been created.
Declaration
public virtual void AfterQuery(Type entityType, IQueryOperationContext queryOperationContext)
Parameters
Type | Name | Description |
---|---|---|
System.Type | entityType | Type of the entity. |
IQueryOperationContext | queryOperationContext | Context for the query operation. |
BeforeQuery(Type, IQueryOperationContext)
Callback invoked before the query is being created.
Declaration
public virtual void BeforeQuery(Type entityType, IQueryOperationContext queryOperationContext)
Parameters
Type | Name | Description |
---|---|---|
System.Type | entityType | Type of the entity. |
IQueryOperationContext | queryOperationContext | Context for the query operation. |