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

Message Class 1:

Message.

Initializes a new instance of the Message class.

Message Class 2:

Message(Message)

Initializes a new instance of the Message class based on another Message.

Message Class 3:

Message(Context, Severity, String)

Initializes a new instance of the Message class with the specified Context, Severity and name.

Properties

 

Name

Description

Message Class 4:

Domain

Gets or sets the domain that triggered the Message.

Message Class 5:

IsSet

Gets a value that indicates whether the Message is set.

Message Class 6:

Name

Gets or sets the name of the Message.

Message Class 7:

Parameters

Gets the parameters of the Message.

Message Class 8:

Severity

Gets or sets the Severity of the Message.

Message Class 9:

TimeRaised

Gets or sets the time the Message was raised.

Message Class 10:

Type

Gets the type of the Message. (ValueType_Message)

Methods

 

Name

Description

Message Class 11:

Dispose.

(Inherited from IObject.)

Message Class 12:

Dispose(Boolean)

Releases the unmanaged resources used by the Message and optionally releases the managed resources (Overrides Localizable.Dispose(Boolean).)

Message Class 13:

Equals(Message)

Indicates whether the current Message is equal to another Message.

Message Class 14:

Equals(Object)

Determines whether the specified object is equal to the current object. (Inherited from Object.)

Message Class 15:

Finalize

(Inherited from IObject.)

Message Class 16:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

Message Class 17:

GetType

Gets the Type of the current instance. (Inherited from Object.)

Message Class 18:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Message Class 19:

swap

Exchanges the values of two instances of the Message class.

Message Class 20:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

Message Class 21:

Message Class 22:

Equality

Determines whether the specified Message is equal to the current Message.

Message Class 23:

Message Class 24:

Inequality

Determines whether the specified Message is not equal to the current Message.

Reference

TcHmiSrv Namespace