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
Public Constructors
Public Properties
| | Name | Description |
 | Count | Gets the number of elements contained in the MDPartsDatabaseMessages. |
 | IsReadOnly | Gets a value indicating whether the MDPartsDatabaseMessages is read-only. |
 | ReuseMessages | Determines whether new message can be duplicated in collection. Default value is true. |
 | ShowImmediately | If true, added messages will be immediately displayed in PartsDatabase message management window. Default value is false. |
Top
Public Methods
| | Name | Description |
 | Add | Adds an item to the MDPartsDatabaseMessages. |
 | AddMessage | Adds a new message associated with part number to the PartsDatabase message management window. |
 | Clear | Removes all messages from the MDPartsDatabaseMessages. |
 | Contains | Determines whether the MDPartsDatabaseMessages contains a specific value. |
 | CopyTo | Copies the elements of the MDPartsDatabaseMessages to an Array, starting at a particular Array index. |
 | GetEnumerator | Returns an enumerator that can iterate through a collection. |
 | GetEnumerator2 | Returns an enumerator that can iterate through a collection. |
 | Remove | Removes the first occurrence of a message from the MDPartsDatabaseMessages. |
Top
See Also