System.Object
Eplan.EplApi.MasterData.MDPartsManagement
System.Object
Eplan.EplApi.MasterData.MDPartsManagement
MDPartsManagement pm = new MDPartsManagement();
MDPartsDatabase db = pm.OpenDatabase();
Name | Description | |
---|---|---|
MDPartsManagement Constructor | constructor of MDPartsManagement |
Name | Description | |
---|---|---|
PartsDatabaseState | Value of state connection to database that is currently used. | |
SelectedPartsDatabase | The parts database that is currently used. | |
SelectedPartsDatabaseAsString | The parts database that is currently used as a connection string or a file. |
Name | Description | |
---|---|---|
CreateDatabase | Create a new parts database. | |
ExportParts | Exports parts and other parts management items like addresses, constructions, terminals, accessory lists and accessory placements from the system's parts database. | |
GetSelectedPartDatabaseItems | Gets the selected PartItem(s) in the parts management (or parts navigator) | |
ImportParts | Overloaded. Imports parts to the system database. | |
OpenDatabase | Overloaded. Opens the given parts database. | |
RefreshPartsManagementDialog | Refreshes the parts management dialog. That is useful after making changes on the parts database items. | |
RegisterAddin | Registers an add-in for the parts management. The given action will be called for several 'actions'. | |
RegisterItem | Registers a new item type into the parts management. That item type will be shown in the tree view (while calling the 'actions' GetRootLevel and GetNextLevel). | |
RegisterTabsheet | Registers an additional tab sheet for the given item type. | |
RemoveDatabase | Removes the given parts database. | |
SelectItem | Selects the given item in the parts management dialog. | |
SetModified | Set the parts management dialog modified. | |
SumUpFunctionTemplates | ||
UnregisterAddin | Unregisters an add-in that was registered with RegisterAddin. | |
UnregisterItem | The given item type will be unregisterd. | |
UnregisterTabsheet | Unregisters a tab sheet that was registerd with RegisterTabsheet(). | |
UpgradePartsDb | Overloaded. Upgrades parts database. |