Class ProjectionDefinition<TSource>
Base class for projections whose projection type is not yet known.
public abstract class ProjectionDefinition<TSource>
  Type Parameters
TSourceThe type of the source.
- Inheritance
 - 
      
      ProjectionDefinition<TSource>
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Methods
- Render(RenderArgs<TSource>)
 Renders the projection to a RenderedProjectionDefinition<TProjection>.
Operators
- implicit operator ProjectionDefinition<TSource>(BsonDocument)
 Performs an implicit conversion from BsonDocument to ProjectionDefinition<TSource>.
- implicit operator ProjectionDefinition<TSource>(string)
 Performs an implicit conversion from string to ProjectionDefinition<TSource, TProjection>.