Message Class
Inheritance Hierarchy
System.Object
TcHmiSrv.IObject
TcHmiSrv.Localizable
TcHmiSrv.Message
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public class Message : Localizable, IEquatable<Message>
The Message type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the Message class. | |
|
Initializes a new instance of the Message class based on another Message. | |
|
Initializes a new instance of the Message class with the specified Context, Severity and name. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the domain that triggered the Message. | |
|
Gets a value that indicates whether the Message is set. | |
|
Gets or sets the name of the Message. | |
|
Gets the parameters of the Message. | |
|
Gets or sets the Severity of the Message. | |
|
Gets or sets the time the Message was raised. | |
|
Gets the type of the Message. (ValueType_Message) |
Methods
|
Name |
Description |
---|---|---|
|
(Inherited from IObject.) | |
|
Releases the unmanaged resources used by the Message and optionally releases the managed resources (Overrides Localizable.Dispose(Boolean).) | |
|
Indicates whether the current Message is equal to another Message. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
(Inherited from IObject.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Exchanges the values of two instances of the Message class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified Message is equal to the current Message. | |
|
Determines whether the specified Message is not equal to the current Message. |