Class UpdateOrReplacementElementNameValidator
- Namespace
- MongoDB.Driver.Core.Operations.Element
Name Validators
- Assembly
- MongoDB.Driver.dll
Represents an element name validator that will validate element names for either an update or a replacement based on whether the first element name starts with a "$".
- Inheritance
-
Update
OrReplacement Element Name Validator
- Implements
- Inherited Members
Constructors
- Update
OrReplacement Element Name Validator() Initializes a new instance of the Update
OrReplacement class.Element Name Validator
Methods
- Get
Validator For Child Content(string) Gets the validator to use for child content (a nested document or array).
- Is
Valid Element Name(string) Determines whether the element name is valid.