| JsonProjectionDefinitionTSource Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver
 Syntax
SyntaxThe JsonProjectionDefinitionTSource type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | JsonProjectionDefinitionTSource | 
            Initializes a new instance of the JsonProjectionDefinitionTSource class.
             | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | 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.) | 
|  | Render | 
            Renders the projection to a RenderedProjectionDefinitionTProjection.
            (Overrides ProjectionDefinitionTSourceRender(IBsonSerializerTSource, IBsonSerializerRegistry).) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ElemMatchTSource, TItem(ExpressionFuncTSource, IEnumerableTItem, FilterDefinitionTItem) | Overloaded. 
            Combines an existing projection with a projection that filters the contents of an array.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | ElemMatchTSource, TItem(ExpressionFuncTSource, IEnumerableTItem, ExpressionFuncTItem, Boolean) | Overloaded. 
            Combines an existing projection with a projection that filters the contents of an array.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | ElemMatchTSource, TItem(FieldDefinitionTSource, FilterDefinitionTItem) | Overloaded. 
            Combines an existing projection with a projection that filters the contents of an array.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | ExcludeTSource(ExpressionFuncTSource, Object) | Overloaded. 
            Combines an existing projection with a projection that excludes a field.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | ExcludeTSource(FieldDefinitionTSource) | Overloaded. 
            Combines an existing projection with a projection that excludes a field.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | IncludeTSource(ExpressionFuncTSource, Object) | Overloaded. 
            Combines an existing projection with a projection that includes a field.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | IncludeTSource(FieldDefinitionTSource) | Overloaded. 
            Combines an existing projection with a projection that includes a field.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | MetaTextScoreTSource | 
            Combines an existing projection with a text score projection.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | SliceTSource(ExpressionFuncTSource, Object, Int32, NullableInt32) | Overloaded. 
            Combines an existing projection with an array slice projection.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | SliceTSource(FieldDefinitionTSource, Int32, NullableInt32) | Overloaded. 
            Combines an existing projection with an array slice projection.
            (Defined by ProjectionDefinitionExtensions.) | 
|  | 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.) | 
 See Also
See Also