Table of Contents

Class NoOpElementNameValidator

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents an element name validator that does no validation.

public class NoOpElementNameValidator : IElementNameValidator
Inheritance
NoOpElementNameValidator
Implements
Inherited Members
Extension Methods

Properties

Instance

Gets the instance.

Methods

GetValidatorForChildContent(string)

Gets the validator to use for child content (a nested document or array).

IsValidElementName(string)

Determines whether the element name is valid.