Class ProjectionBuilderBase<T, TBuilder>
Base class for projection builders. Not intended to be used directly.
public abstract class ProjectionBuilderBase<T, TBuilder> : IProjectionBuilder where TBuilder : ProjectionBuilderBase<T, TBuilder>
Type Parameters
TThe type of the document.
TBuilderThe type of the projection builder.
- Inheritance
-
ProjectionBuilderBase<T, TBuilder>
- Implements
- Derived
- Inherited Members
Methods
Clone()
Creates a copy of this projection builder.
public abstract IProjectionBuilder Clone()
Returns
- IProjectionBuilder
A new IProjectionBuilder with the same projections.