System.Object
Eplan.EplApi.MasterData.MDPartsDatabase
System.Object
Eplan.EplApi.MasterData.MDPartsDatabase
Name | Description | |
---|---|---|
AccessoryLists | Gets all accessory lists that are stored in the parts database. They are sorted by it's name. | |
AccessoryPlacements | Gets all accessory lists that are stored in the parts database. They are sorted by it's name. | |
ConnectionPointInfos | Gets all connection point infos that are stored in the parts database. | |
Constructions | Gets all constructions that are stored in the parts database. | |
Customers | Gets all customers that are stored in the parts database. | |
IsOpen | Returns true if the parts database is open. (or connected if sql-server is used) | |
IsReadOnly | Returns true if the parts database is read only. That can be if the access database file has read only attribute set, or the SQL Server has write restrictions to the current user. | |
IsSchemeUpToDate | Test, whether the scheme of the database is up to date. | |
Manufacturers | Gets all customers that are stored in the parts database. | |
Parts | Gets all parts that are stored in the parts database. | |
Type | Returns the type of the database (SQL or Access) |
Name | Description | |
---|---|---|
AddAccessoryList | Adds a new accessory list to the parts database | |
AddAccessoryPlacement | Adds a new accessory placement to the parts database | |
AddConnectionPointInfo | Adds a new connection point info to the parts data | |
AddConstruction | Adds a new construction to the parts database | |
AddCustomer | Adds a new customer to the parts database. | |
AddManufacturer | Adds a new manufacturer to the parts data | |
AddPart | Overloaded. Adds a new part into the parts database. If it's not possible (because there is already a part with that partnr and variant) an MDInvalidArgumentException will be thrown | |
Close | Closes the database | |
CreateFunctionTemplatesFromMacro | Creates new function templates out of the macro that is referenced from all the parts in the parts database. | |
CreateTransaction | Creates a new database transaction. | |
Dispose | Destructor for deterministic finalization of MDPartsDatabase object. | |
ExistsConnectionPointInfo | Checks if a connection point info with the given name exists. | |
ExistsConstruction | Checks if a construction with the given name exists. | |
ExistsCustomer | Checks if a customer info with the given short name exists. | |
ExistsManufacturer | Checks if a manufacturer / supplier info with the given short name exists. | |
ExistsPart | Checks if a part with the given part number exists. | |
GetAccessoryList | Gets a accessory list with the given name that is stored in the parts database. | |
GetAccessoryPlacement | Gets a accessory placement with the given name that is stored in the parts database. | |
GetConnectionPointInfo | Gets a connection point info with the given name that is stored in the parts database. | |
GetConstruction | Gets a construction with the given name that is stored in the parts database. | |
GetCustomer | Gets a customers that ist stored in the parts database. | |
GetManufacturer | Gets a manufacturer with the given name that is stored in the parts database. | |
GetPart | Overloaded. Gets the part with the given part number. If there are several variants of that part, the first one is taken. First means, that if you sort that parts by their variant that the topmost variant is taken. | |
GetParts | Overloaded. Gets filtered parts. When the filter is empty, than all parts are read. | |
RemoveAccessoryList | Removes a accessory list out of the parts datbase. | |
RemoveAccessoryPlacement | Removes a accessory placement out of the parts datbase. | |
RemoveConnectionPointInfo | Removes a connection point info out of the parts database. | |
RemoveConstruction | Removes a construction out of the parts database. | |
RemoveCustomer | Removes a customer out of the parts database. | |
RemoveManufacturer | Removes a manufacturer out of the parts database. | |
RemovePart | Removes the given part from the parts database. | |
UpdatePartsFromDataPortal | Method checks if there is newer version of part in EPLAN Data Portal. If newer version of part is found then update is performed. | |
UpdateScheme | Updates the scheme of the database. | |
UpdateSearchIndex | Updates the database search index used for full text search. |