QdvManager Class
Name | Description | |
---|---|---|
QdvManager() |
Name | Description | |
---|---|---|
ActiveDirectoryManager | Gets the IActiveDirectoryManager instance which provides methods for managing active directory. | |
ArticleDatabaseFactory | Gets the factory responsible for creation of article database objects. | |
Environment | Gets the QDV environment. | |
EstimateFactory | Gets the factory responsible for creation of estimates. | |
SetDatabaseFactory | Gets the factory responsible for creation of set database objects. | |
WaitingBar | Gets the QDV waiting bar which can be used for displaying the progress of longer operations. | |
WorksheetManager | Gets the IWorksheetManager instance which provides methods for managing worksheets, mainly in the Overhead workbook. | |
ZipFileManager | Gets the IZipFile instance which provides methods for managing ZIP files. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
GetHashCode | Serves as the default hash function. (inherited from Object). | |
GetRegisteredManager(object) | Gets an existing registered manager with specified key, if any. | |
GetType | Gets the Type of the current instance. (inherited from Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
RegisterManager(object, QdvManager) | Registers a manager. | |
ToString | Returns a string that represents the current object. (inherited from Object). |
Manages the factories responsible for creation of user API objects. It also provides access to some helper interfaces.
From a macro, you can obtain an instance of this class from the macro 'Context' parameter, from its ICommonCallingContext.QdvManager property. From an external client, you can get it from Qdv.QdvInterface.Qdv.QdvUserApiManager property.
Qdv.UserApi.QdvManager
Available since QDV 7.13.0001.