System.Object
   Eplan.EplApi.EServices.BaseProjectMessage
      Eplan.EplApi.EServices.ProjectMessage
System.Object
   Eplan.EplApi.EServices.BaseProjectMessage
      Eplan.EplApi.EServices.ProjectMessage
public class ProjectMessage : BaseProjectMessage
public ref class ProjectMessage : public BaseProjectMessage
| Name | Description | |
|---|---|---|
|  | ProjectMessage Constructor | 
| Name | Description | |
|---|---|---|
|  | CreationType | Shows the method by which the message was created. | 
| Name | Description | |
|---|---|---|
|  | Dispose() | destructor (Inherited from Eplan.EplApi.EServices.BaseProjectMessage) | 
|  | Equals | Determines whether the specified BaseProjectMessageis equal to the currentBaseProjectMessage. (Inherited from Eplan.EplApi.EServices.BaseProjectMessage) | 
|  | GetAdditionalInfo | Overridden. Returns an additional text if any | 
|  | GetCategory | Returns the error level of the message. | 
|  | GetDone | checks if message has been marked as solved | 
|  | GetEplanVersion | Returns the creation version of the message | 
|  | GetErrorTextParameter | Overridden. The replacement text for this message. | 
|  | GetGroup | Overridden. Returns the region associated with the message. | 
|  | GetId | Overridden. Returns the Id of the message. | 
|  | GetObject1 | Overridden. Returns the first object associated to the message if any | 
|  | GetObject2 | Overridden. Returns the second object associated to the message if any | 
|  | GetPartNumber | Overridden. Returns the part number associated to the message if any. | 
|  | GetPartVariant | Overridden. Returns the part variant associated to the message if any. | 
|  | GetText | Returns the the complete text of the message. Parameters has been substituted. | 
|  | GetTime | Returns the creation time of the message | 
|  | GetUser | Returns the computer name of the user, who has been created the message | 
|  | SetDone | Marks message as solved or not. |