JsonProjectionDefinitionTSource Methods | 
The JsonProjectionDefinitionTSource generic type exposes the following members.
| 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(IBsonSerializerTSource, IBsonSerializerRegistry) | 
            Renders the projection to a RenderedProjectionDefinitionTProjection.
              (Inherited from ProjectionDefinitionTSource.) | |
| Render(IBsonSerializerTSource, IBsonSerializerRegistry, LinqProvider) | 
            Renders the projection to a RenderedProjectionDefinitionTProjection.
              (Overrides ProjectionDefinitionTSourceRender(IBsonSerializerTSource, IBsonSerializerRegistry, LinqProvider).) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| 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.) | |
| MetaTSource | 
            Combines an existing projection with a meta projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| MetaSearchHighlightsTSource | 
            Combines an existing projection with a search highlights projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| MetaSearchScoreTSource | 
            Combines an existing projection with a search score projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| MetaSearchScoreDetailsTSource | 
            Combines an existing projection with a search score details projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| MetaTextScoreTSource | 
            Combines an existing projection with a text score projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| SearchMetaTSource(ExpressionFuncTSource, Object) | Overloaded.   
            Combines an existing projection with a search metadata projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| SearchMetaTSource(FieldDefinitionTSource) | Overloaded.   
            Combines an existing projection with a search metadata projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| SliceTSource(ExpressionFuncTSource, Object, Int32) | Overloaded.   
            Combines an existing projection with an array slice projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| SliceTSource(FieldDefinitionTSource, Int32) | Overloaded.   
            Combines an existing projection with an array slice projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| SliceTSource(ExpressionFuncTSource, Object, Int32, Int32) | Overloaded.   
            Combines an existing projection with an array slice projection.
              (Defined by ProjectionDefinitionExtensions.) | |
| SliceTSource(FieldDefinitionTSource, Int32, Int32) | 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.) |