RangeWindow Class |
Namespace: MongoDB.Driver
The RangeWindow type exposes the following members.
Name | Description | |
---|---|---|
Current |
Returns a "current" range window boundary.
| |
LowerBoundary |
The lower boundary.
| |
Unbounded |
Returns an "unbounded" range window boundary.
| |
UpperBoundary |
The upper boundary.
|
Name | Description | |
---|---|---|
Create(KeywordRangeWindowBoundary, KeywordRangeWindowBoundary) |
Creates a range window.
| |
Create(KeywordRangeWindowBoundary, TimeRangeWindowBoundary) |
Creates a range window.
| |
Create(TimeRangeWindowBoundary, KeywordRangeWindowBoundary) |
Creates a range window.
| |
Create(TimeRangeWindowBoundary, TimeRangeWindowBoundary) |
Creates a range window.
| |
CreateTValue(TValue, KeywordRangeWindowBoundary) |
Creates a range window.
| |
CreateTValue(TValue, TValue) |
Creates a range window.
| |
CreateTValue(KeywordRangeWindowBoundary, TValue) |
Creates a range window.
| |
Days |
Returns a time range in days.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Hours |
Returns a time range in hours.
| |
Milliseconds |
Returns a time range in milliseconds.
| |
Minutes |
Returns a time range in minutes.
| |
Months |
Returns a time range in months.
| |
Quarters |
Returns a time range in quarters.
| |
Seconds |
Returns a time range in seconds.
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
Weeks |
Returns a time range in weeks.
| |
Years |
Returns a time range in years.
|
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |