Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseConstructionItem Class
Members
In This Topic
    BaseConstructionItem Class
    In This Topic
    Common base class for Library parts and accessory lists.
    Object Model
    BaseConstructionItem ClassDateTimeProperty ClassTextProperty ClassMultiLanguageTextProperty ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassTextProperty ClassDecimalProperty Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.LibraryParts.BaseLibraryItem
          EPLAN.Harness.API.LibraryParts.BaseConstructionItem
             EPLAN.Harness.API.LibraryParts.AccessoryList
             EPLAN.Harness.API.LibraryParts.BaseLibraryPart

    Syntax
    public abstract class BaseConstructionItem : BaseLibraryItem 
    Public Properties
     NameDescription
    Public Property Accessories of this item. It is IList collection. A list item can be accessed trough the numbered index. Add(), Remove(), RemoveAt(), Clear() methods are supported only.  
    Public Property Gets the date and time when the library part was created.  
    Public Property Gets creator of this library part.  
    Public Property Gets the description of the library part.  
    Public PropertyOverridden.  Guid of the library item.  
    Public Property Specifies if the item is locked by another user. Modification is disabled in this case.  
    Public Property Specifies if the item is opened and ready for editing.  
    Public Property Specifies if the item is synchronized with P8 Master Data.  
    Public Property Specifies if the item is valid or not. Invalid item cannot be placed in designer.  
    Public Property Specifies if the item has been created under an unsupported license. Then the item cannot be open for editing.  
    Public Property Gets the date and time when the library part was last time changed.  
    Public Property Gets the user name of the person, who last changed this library part.  
    Public PropertyUsername who is keeping part opened.  
    Public Property Part number of the library item.  
    Public Property Gets the version of the library part. Together with GUID forms a unique identifier of part in library.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Close library item for editing.  
    Public MethodIs this library item equal to the following object?  
    Public MethodServes as the default hash function.  
    Public MethodOverridden. Open library item for editing.  
    Public MethodOverridden. Save all changes.  
    Top
    Public Operators
    Are these library items equal?
    Are these library items not equal?
    Top
    See Also