Class ReplacementElementNameValidator
- Namespace
- MongoDB.Driver.Core.Operations.ElementNameValidators
- Assembly
- MongoDB.Driver.dll
Represents an element name validator for replace operations.
public class ReplacementElementNameValidator : IElementNameValidator
- Inheritance
-
ReplacementElementNameValidator
- Implements
- Inherited Members
Properties
- Instance
Gets a pre-created instance of an ReplacementElementNameValidator.
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.