| ProjectionDefinitionBuilderTSource Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver
 Syntax
SyntaxThe ProjectionDefinitionBuilderTSource type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProjectionDefinitionBuilderTSource | Initializes a new instance of the ProjectionDefinitionBuilderTSource class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AsTProjection | 
            Creates a client side projection that is implemented solely by using a different serializer.
             | 
|  | Combine(ProjectionDefinitionTSource) | 
            Combines the specified projections.
             | 
|  | Combine(IEnumerableProjectionDefinitionTSource) | 
            Combines the specified projections.
             | 
|  | ElemMatchTItem(ExpressionFuncTSource, IEnumerableTItem, FilterDefinitionTItem) | 
            Creates a projection that filters the contents of an array.
             | 
|  | ElemMatchTItem(ExpressionFuncTSource, IEnumerableTItem, ExpressionFuncTItem, Boolean) | 
            Creates a projection that filters the contents of an array.
             | 
|  | ElemMatchTItem(FieldDefinitionTSource, FilterDefinitionTItem) | 
            Creates a projection that filters the contents of an array.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Exclude(ExpressionFuncTSource, Object) | 
            Creates a projection that excludes a field.
             | 
|  | Exclude(FieldDefinitionTSource) | 
            Creates a projection that excludes a field.
             | 
|  | ExpressionTProjection | 
            Creates a projection based on the expression.
             | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Include(ExpressionFuncTSource, Object) | 
            Creates a projection that includes a field.
             | 
|  | Include(FieldDefinitionTSource) | 
            Creates a projection that includes a field.
             | 
|  | Meta | 
            Creates a meta projection.
             | 
|  | MetaTextScore | 
            Creates a text score projection.
             | 
|  | Slice(ExpressionFuncTSource, Object, Int32, NullableInt32) | 
            Creates an array slice projection.
             | 
|  | Slice(FieldDefinitionTSource, Int32, NullableInt32) | 
            Creates an array slice projection.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | 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