BsonMaxKey Class (original) (raw)

Name

Description

Public property

AsBoolean

Casts the BsonValue to a Boolean (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonArray

Casts the BsonValue to a BsonArray (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonBinaryData

Casts the BsonValue to a BsonBinaryData (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonDateTime

Casts the BsonValue to a BsonDateTime (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonDocument

Casts the BsonValue to a BsonDocument (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonJavaScript

Casts the BsonValue to a BsonJavaScript (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonJavaScriptWithScope

Casts the BsonValue to a BsonJavaScriptWithScope (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonMaxKey

Casts the BsonValue to a BsonMaxKey (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonMinKey

Casts the BsonValue to a BsonMinKey (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonNull

Casts the BsonValue to a BsonNull (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonRegularExpression

Casts the BsonValue to a BsonRegularExpression (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonSymbol

Casts the BsonValue to a BsonSymbol (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonTimestamp

Casts the BsonValue to a BsonTimestamp (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonUndefined

Casts the BsonValue to a BsonUndefined (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsBsonValue

Casts the BsonValue to a BsonValue (a way of upcasting subclasses of BsonValue to BsonValue at compile time).

(Inherited from BsonValue.)

Public property

AsByteArray

Casts the BsonValue to a Byte[] (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsDateTime

Obsolete.

Casts the BsonValue to a DateTime in UTC (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsDecimal

Casts the BsonValue to a Decimal (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsDecimal128

Casts the BsonValue to a Decimal128 (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsDouble

Casts the BsonValue to a Double (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsGuid

Casts the BsonValue to a Guid (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsInt32

Casts the BsonValue to an Int32 (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsInt64

Casts the BsonValue to a Int64 (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsLocalTime

Obsolete.

Casts the BsonValue to a DateTime in the local timezone (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableBoolean

Casts the BsonValue to a Nullable{Boolean} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableDateTime

Obsolete.

Casts the BsonValue to a Nullable{DateTime} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableDecimal

Casts the BsonValue to a Nullable{Decimal} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableDecimal128

Casts the BsonValue to a Nullable{Decimal128} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableDouble

Casts the BsonValue to a Nullable{Double} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableGuid

Casts the BsonValue to a Nullable{Guid} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableInt32

Casts the BsonValue to a Nullable{Int32} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableInt64

Casts the BsonValue to a Nullable{Int64} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsNullableObjectId

Casts the BsonValue to a Nullable{ObjectId} (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsObjectId

Casts the BsonValue to an ObjectId (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsRegex

Casts the BsonValue to a Regex (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsString

Casts the BsonValue to a String (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

AsUniversalTime

Obsolete.

Casts the BsonValue to a DateTime in UTC (throws an InvalidCastException if the cast is not valid).

(Inherited from BsonValue.)

Public property

BsonType

Gets the BsonType of this BsonValue.

(Overrides BsonValueBsonType.)

Public property

IsBoolean

Tests whether this BsonValue is a Boolean.

(Inherited from BsonValue.)

Public property

IsBsonArray

Tests whether this BsonValue is a BsonArray.

(Inherited from BsonValue.)

Public property

IsBsonBinaryData

Tests whether this BsonValue is a BsonBinaryData.

(Inherited from BsonValue.)

Public property

IsBsonDateTime

Tests whether this BsonValue is a BsonDateTime.

(Inherited from BsonValue.)

Public property

IsBsonDocument

Tests whether this BsonValue is a BsonDocument.

(Inherited from BsonValue.)

Public property

IsBsonJavaScript

Tests whether this BsonValue is a BsonJavaScript.

(Inherited from BsonValue.)

Public property

IsBsonJavaScriptWithScope

Tests whether this BsonValue is a BsonJavaScriptWithScope.

(Inherited from BsonValue.)

Public property

IsBsonMaxKey

Tests whether this BsonValue is a BsonMaxKey.

(Inherited from BsonValue.)

Public property

IsBsonMinKey

Tests whether this BsonValue is a BsonMinKey.

(Inherited from BsonValue.)

Public property

IsBsonNull

Tests whether this BsonValue is a BsonNull.

(Inherited from BsonValue.)

Public property

IsBsonRegularExpression

Tests whether this BsonValue is a BsonRegularExpression.

(Inherited from BsonValue.)

Public property

IsBsonSymbol

Tests whether this BsonValue is a BsonSymbol .

(Inherited from BsonValue.)

Public property

IsBsonTimestamp

Tests whether this BsonValue is a BsonTimestamp.

(Inherited from BsonValue.)

Public property

IsBsonUndefined

Tests whether this BsonValue is a BsonUndefined.

(Inherited from BsonValue.)

Public property

IsDateTime

Obsolete.

Tests whether this BsonValue is a DateTime.

(Inherited from BsonValue.)

Public property

IsDecimal128

Tests whether this BsonValue is a Decimal128.

(Inherited from BsonValue.)

Public property

IsDouble

Tests whether this BsonValue is a Double.

(Inherited from BsonValue.)

Public property

IsGuid

Tests whether this BsonValue is a Guid.

(Inherited from BsonValue.)

Public property

IsInt32

Tests whether this BsonValue is an Int32.

(Inherited from BsonValue.)

Public property

IsInt64

Tests whether this BsonValue is an Int64.

(Inherited from BsonValue.)

Public property

IsNumeric

Tests whether this BsonValue is a numeric value.

(Inherited from BsonValue.)

Public property

IsObjectId

Tests whether this BsonValue is an ObjectId .

(Inherited from BsonValue.)

Public property

IsString

Tests whether this BsonValue is a String.

(Inherited from BsonValue.)

Public property

IsValidDateTime

Tests whether this BsonValue is a valid DateTime.

(Inherited from BsonValue.)

Public property

ItemInt32

Gets or sets a value by position (only applies to BsonDocument and BsonArray).

(Inherited from BsonValue.)

Public property

ItemString

Gets or sets a value by name (only applies to BsonDocument).

(Inherited from BsonValue.)

Public property

RawValue

Obsolete.

Gets the raw value of this BsonValue (or null if this BsonValue doesn't have a single scalar value).

(Inherited from BsonValue.)

Public propertyStatic member

Value

Gets the singleton instance of BsonMaxKey.