API Help
Eplan.EplApi.HEServices Namespace / PartsService Class
Members

In This Topic
    PartsService Class
    In This Topic
    Class providing parts list and parts management functionality.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.HEServices.PartsService

    Syntax
    public class PartsService 
    public ref class PartsService 
    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns or sets the type of current parts database. Possible values are PartsDatabaseType.SQL and PartsDatabaseType.Access  
    Public PropertyReturns or sets the complete filename of the current parts database or connection string if SQL connection is selected.  
    Top
    Public Methods
     NameDescription
    Public MethodStore parts in the project, and adds project part references.  
    Public MethodOverloaded. Deletes stored properties from a project.  
    Public MethodDestructor  
    Public MethodOverloaded. Method to export the parts list of a project to an XML/CSV \file or as a custom format, defined by an existing XMLConverter.  
    Public MethodOverloaded. Exports parts data from the system's parts database.  
    Public MethodMethod to export the parts list of a project to an XML/CSV \file or as a custom format, defined by an existing XMLConverter.  
    Public MethodOverloaded. Method to import a parts list file into the project. The import file may be an XML/CSV file or may have a custom format, defined by an existing XML import converter.  
    Public MethodOverloaded. Imports part list to the system database.  
    Public MethodCheck if the user parts selection is set to parts database.  
    Public MethodCheck if the project's parts selection is set to project.  
    Public MethodMoves ArticleReference to another index or to another object or both.  
    Public MethodSets SQL connection parameters.  
    Public MethodPerforms summing up of function templates in the currently configured parts database.  
    Public MethodUpgrades the part database to the latest format.  
    Top
    See Also