MongoDBDataSourceUIHelper Methods
Contains methods that allow you to invoke the Connection Editor and the Manage Queries dialog for the MongoDB Data Source.| Name | Description |
|---|---|
| ConfigureConnection(MongoDBDataSourceBase, ConfigureMongoDBConnectionContext) static | Invokes the Connection Editor with the specified settings for the MongoDB Data Source. |
| ConfigureConnection(MongoDBDataSourceBase) static | Invokes the Connection Editor for the MongoDB Data Source. |
| ConfigureConnection<TModel>(MongoDBDataSourceBase, ConfigureMongoDBConnectionContext, Action<IWizardCustomization<TModel>>) static | Invokes the Connection Editor with the specified settings and customization parameters for the MongoDB Data Source. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ManageQueries(MongoDBDataSourceBase, ManageQueriesContext) static | Invokes the Manage Queries dialog with the specified settings for the MongoDB Data Source. |
| ManageQueries(MongoDBDataSourceBase) static | Invokes the Manage Queries dialog for the MongoDB Data Source. |
| ManageQueries<TModel>(MongoDBDataSourceBase, ManageQueriesContext, Action<IWizardCustomization<TModel>>) static | Invokes the Manage Queries dialog with the specified settings and customization parameters for the MongoDB Data Source. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also