MongoDBSchemaNode Constructors
Defines a node and its hierarchy in the MongoDBQuery‘s schema.| Name | Parameters | Description |
|---|---|---|
| MongoDBSchemaNode() | none | Initializes a new instance of the MongoDBSchemaNode class. |
| MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType, String) | name, selected, nodeType, bsonElement | Initializes a new instance of the MongoDBSchemaNode class with specified settings. |
| MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType, Type, String) | name, selected, nodeType, type, bsonElement | Initializes a new instance of the MongoDBSchemaNode class with specified settings. |
| MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType, Type) | name, selected, nodeType, type | Initializes a new instance of the MongoDBSchemaNode class with specified settings. |
| MongoDBSchemaNode(String, Nullable<Boolean>, MongoDBNodeType) | name, selected, nodeType | Initializes a new instance of the MongoDBSchemaNode class with specified settings. |
| MongoDBSchemaNode(String, Nullable<Boolean>, String) | name, selected, bsonElement | Initializes a new instance of the MongoDBSchemaNode class with specified settings. |
| MongoDBSchemaNode(String, Nullable<Boolean>) | name, selected | Initializes a new instance of the MongoDBSchemaNode class with specified settings. |
See Also