BsonDocumentProjectionDefinitionTSource Class | 
Namespace: MongoDB.Driver
public sealed class BsonDocumentProjectionDefinition<TSource> : ProjectionDefinition<TSource>
The BsonDocumentProjectionDefinitionTSource type exposes the following members.
| Name | Description | |
|---|---|---|
| BsonDocumentProjectionDefinitionTSource | 
            Initializes a new instance of the BsonDocumentProjectionDefinitionTSource class.
              | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Render | 
            Renders the projection to a RenderedProjectionDefinitionTProjection.
              (Overrides ProjectionDefinitionTSourceRender(IBsonSerializerTSource, IBsonSerializerRegistry).) | |
| ToString | (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.) | |
| 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.) |