AccessQueryAtLeastN Class |
Namespace: AGI.Foundation.Access
The AccessQueryAtLeastN type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessQueryAtLeastN() | Initializes a new instance. |
![]() | AccessQueryAtLeastN(Int32,AccessQuery[]) |
Initializes a new instance.
|
![]() | AccessQueryAtLeastN(Int32, IEnumerable<AccessQuery>) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
![]() | DebuggingLogger |
Gets or sets a logger to which debugging information will be written.
(Inherited from AccessQuery.) |
![]() | IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) |
![]() | N |
Gets or sets the number of Queries that must be satisfied in order for this query to be satisfied.
|
![]() | Queries |
Gets the collection of queries, at least N of which must be satisfied in order for this query to be satisfied.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clones this object using the specified context.
(Overrides DefinitionalObject.Clone(CopyContext).) |
![]() | EnumerateDependencies |
Enumerates the dependencies of this object by calling
Enumerate<T> (T) for each object that this object directly depends upon.
Derived classes which contain additional dependencies MUST override this method, call the base
implementation, and enumerate dependencies introduced by the derived class.
(Overrides DefinitionalObject.EnumerateDependencies(DependencyEnumerator).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) |
![]() | GetDefinitionHashCode() |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) |
![]() | GetEvaluationOrder |
Gets the suggested evaluation order of this query by adding up the evaluation orders
of this query's sub-queries, as returned by their GetEvaluationOrder() methods.
(Overrides AccessQuery.GetEvaluationOrder().) |
![]() | GetEvaluator() |
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
(Inherited from AccessQuery.) |
![]() | GetEvaluator(IServiceProvider) |
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
(Inherited from AccessQuery.) |
![]() | GetEvaluator(IServiceProvider, EvaluatorGroup) |
Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.
(Overrides AccessQuery.GetEvaluator(IServiceProvider, EvaluatorGroup).) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) |
![]() | ToDisjunctiveNormalForm |
Transforms this query to disjunctive normal form (DNF).
(Overrides AccessQuery.ToDisjunctiveNormalForm().) |
![]() | ToString |
Returns a string which represents the current object.
(Overrides Object.ToString().) |