Table of Contents

Class UpdateElementNameValidator

Namespace
MongoDB.Driver.Core.Operations.ElementNameValidators
Assembly
MongoDB.Driver.dll

Represents an element name validator for update operations.

public class UpdateElementNameValidator : IElementNameValidator
Inheritance
UpdateElementNameValidator
Implements
Inherited Members

Properties

Instance

Gets a pre-created instance of an UpdateElementNameValidator.

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.