ElementNameValidatorFactory Class (original) (raw)
Represents a factory for element name validators based on the update type.
Inheritance Hierarchy
SystemObject
MongoDB.Driver.Core.Operations.ElementNameValidatorsElementNameValidatorFactory
Namespace: MongoDB.Driver.Core.Operations.ElementNameValidators
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static class ElementNameValidatorFactory
Public NotInheritable Class ElementNameValidatorFactory
[] [] type ElementNameValidatorFactory = class end
The ElementNameValidatorFactory type exposes the following members.
Methods
| | Name | Description | |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| | ForUpdateType | Returns an element name validator for the update type. |
See Also