API Help
Eplan.EplApi.EServices Namespace / ProjectMessage Class
Members

In This Topic
    ProjectMessage Class
    In This Topic
    Base class for project messages.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.EServices.BaseProjectMessage
          Eplan.EplApi.EServices.ProjectMessage

    Syntax
    public class ProjectMessage : BaseProjectMessage 
    public ref class ProjectMessage : public BaseProjectMessage 
    Remarks
    To get Eplan.EplApi.DataModel.Page or Eplan.EplApi.DataModel.E3D.InstallationSpace associated with this message, it is necessary to get first associated object and gain needed information from it.
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyShows the method by which the message was created.  
    Top
    Public Methods
     NameDescription
    Public Methoddestructor (Inherited from Eplan.EplApi.EServices.BaseProjectMessage)
    Public MethodDetermines whether the specified BaseProjectMessage is equal to the current BaseProjectMessage. (Inherited from Eplan.EplApi.EServices.BaseProjectMessage)
    Public MethodOverridden. Returns an additional text if any  
    Public MethodReturns the error level of the message.  
    Public Methodchecks if message has been marked as solved  
    Public MethodReturns the creation version of the message  
    Public MethodOverridden. The replacement text for this message.  
    Public MethodOverridden. Returns the region associated with the message.  
    Public MethodOverridden. Returns the Id of the message.  
    Public MethodOverridden. Returns the first object associated to the message if any  
    Public MethodOverridden. Returns the second object associated to the message if any  
    Public MethodOverridden. Returns the part number associated to the message if any.  
    Public MethodOverridden. Returns the part variant associated to the message if any.  
    Public MethodReturns the the complete text of the message. Parameters has been substituted.  
    Public MethodReturns the creation time of the message  
    Public MethodReturns the computer name of the user, who has been created the message  
    Public MethodMarks message as solved or not.  
    Top
    See Also