Table of Contents

Constructor RenderArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

RenderArgs(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider, PathRenderArgs, bool, bool)

Initializes a new instance of the RenderArgs<TDocument> record.

public RenderArgs(IBsonSerializer<TDocument> documentSerializer, IBsonSerializerRegistry serializerRegistry, LinqProvider linqProvider = LinqProvider.V3, PathRenderArgs pathRenderArgs = default, bool renderDollarForm = false, bool renderForFind = false)

Parameters

documentSerializer IBsonSerializer<TDocument>

The document serializer.

serializerRegistry IBsonSerializerRegistry

The serializer registry.

linqProvider LinqProvider

The LINQ provider.

pathRenderArgs PathRenderArgs

The path render arguments.

renderDollarForm bool

Value that specifies whether full dollar for should be rendered.

renderForFind bool

Value that specifies whether rendering a find operation.