Click or drag to resize
IndexKeysDefinitionTDocument Methods

The IndexKeysDefinitionTDocument generic type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
Renders the index keys definition to a BsonDocument.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAscendingTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with an ascending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodAscendingTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with an ascending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodDescendingTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a descending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodDescendingTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a descending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a 2d index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a 2d index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DSphereTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a 2dsphere index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DSphereTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a 2dsphere index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeoHaystackTDocument(ExpressionFuncTDocument, Object, ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a geo haystack index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeoHaystackTDocument(FieldDefinitionTDocument, FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a geo haystack index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodHashedTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a hashed index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodHashedTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a hashed index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodTextTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a text index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodTextTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a text index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also