GH_Message
Public Class
Public Method
Public Method
Public Method
Public Property
Public Property
Represents an archive log message. Messages are collected during read/write operations.
Inheritance Hierarchy
System.Object
GH_IO.Serialization.GH_Message
Namespace: GH_IO.Serialization
Assembly: GH_IO (in GH_IO.dll)
Syntax
public class GH_Message
The GH_Message type exposes the following members.
Constructors
Name
Description
Public Method
GH_Message.
Fake constructor to avoid new instances being created by a PropertyGrid.
Public Method
GH_Message(String)
Create a new message of type GH_Message_Type.info
Public Method
GH_Message(String, GH_Message_Type)
Create a new message.
Properties
Name
Description
Public Property
Message
Gets the text content of this message.
Public Property
Type
Gets the type of this message.