CoverageQueryResult Methods |
The CoverageQueryResult type exposes the following members.
Name | Description | |
---|---|---|
ApplyFilter |
Applies the given filter to this result and returns a new result.
| |
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.) | |
GetAccessResultsForAsset |
Get a set of access intervals from the given asset.
(Inherited from CoverageData.) | |
GetAssetsSatisfiedAtTime |
Gets a list of the assets providing coverage at the given time.
(Inherited from CoverageData.) | |
GetAssetsUnknownAtTime |
Gets a list of the assets which do not have enough information to determine coverage at the given time.
(Inherited from CoverageData.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSatisfactionForAsset |
Get the intervals where both access and coverage exist for the given asset.
(Inherited from CoverageData.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetCoverageData |
Sets the coverage data.
This is used by derived classes when it's necessary to compute results during construction, prior to storing the data.
(Inherited from CoverageData.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |