CoverageFilter Class |
Namespace: AGI.Foundation.Coverage
The CoverageFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CoverageFilter() |
Initializes a new instance configured to filter based on 'at least' one asset.
|
![]() | CoverageFilter(CoverageFilterType, Int32) |
Initializes a new instance with a specified filter type and number of assets.
|
Name | Description | |
---|---|---|
![]() | FilterType |
Gets a value indicating how the number of assets are used to filter a given interval of access.
|
![]() | NumberOfAssets |
Gets the number of assets required to satisfy this constraint.
The operation performed based on the number of assets depends upon
the CoverageFilterType of the filter.
|
Name | Description | |
---|---|---|
![]() | ConstrainIntervals |
Constrains a set of time intervals based on the number of assets indicated by the data of the interval collection.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetQuery |
Constrains a set of access queries into one based on the given FilterType.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsIntervalValid |
Checks whether the given interval satisfied the constraint.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |