Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseMessages Class
Members

In This Topic
    MDPartsDatabaseMessages Class
    In This Topic
    Collection of MDPartsDatabase messages of the last check run
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDPartsDatabaseMessages

    Syntax
    public class MDPartsDatabaseMessages 
    public ref class MDPartsDatabaseMessages 
    Remarks
    Adding message to or removing messages from this collection, will update the messages visible in Parts Databasemessage management of EPLAN.
    Public Constructors
     NameDescription
    Public ConstructorConstructor initializes the matching enumerator.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the MDPartsDatabaseMessages.  
    Public PropertyGets a value indicating whether the MDPartsDatabaseMessages is read-only.  
    Public PropertyDetermines whether new message can be duplicated in collection. Default value is true.  
    Public PropertyIf true, added messages will be immediately displayed in PartsDatabase message management window. Default value is false.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the MDPartsDatabaseMessages.  
    Public MethodAdds a new message associated with part number to the PartsDatabase message management window.  
    Public MethodRemoves all messages from the MDPartsDatabaseMessages.  
    Public MethodDetermines whether the MDPartsDatabaseMessages contains a specific value.  
    Public MethodCopies the elements of the MDPartsDatabaseMessages to an Array, starting at a particular Array index.  
    Public MethodReturns an enumerator that can iterate through a collection.  
    Public MethodReturns an enumerator that can iterate through a collection.  
    Public MethodRemoves the first occurrence of a message from the MDPartsDatabaseMessages.  
    Top
    See Also