Event Class

Inheritance Hierarchy

System.Object
  TcHmiSrv.IObject
    TcHmiSrv.Event
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class Event : IObject, IEquatable<Event>

The Event type exposes the following members.

Constructors

 

Name

Description

Event Class 1:

Event.

Initializes a new instance of the Event class.

Event Class 2:

Event(Event)

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

Event Class 3:

Event(Context, String)

Initializes a new instance of the Event class with the specified Context and name.

Properties

 

Name

Description

Event Class 4:

Domain

Gets or sets the domain of the Event.

Event Class 5:

IsSet

Gets a value that indicates whether the Event is set.

Event Class 6:

Name

Gets or sets the name of the Event.

Event Class 7:

Payload

Gets or sets the payload of the Event.

Event Class 8:

Session

Gets or sets the Session of the Event.

Event Class 9:

TimeReceived

Gets or sets the time the Event was received by the server.

Methods

 

Name

Description

Event Class 10:

Dispose.

(Inherited from IObject.)

Event Class 11:

Dispose(Boolean)

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

Event Class 12:

Equals(Event)

Indicates whether the current Event is equal to another Event.

Event Class 13:

Equals(Object)

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

Event Class 14:

Finalize

(Inherited from IObject.)

Event Class 15:

GetHashCode

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

Event Class 16:

GetType

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

Event Class 17:

MemberwiseClone

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

Event Class 18:

swap

Exchanges the values of two instances of the Event class.

Event Class 19:

ToString

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

Operators

 

Name

Description

Event Class 20:

Event Class 21:

Equality

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

Event Class 22:

Event Class 23:

Inequality

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

Reference

TcHmiSrv Namespace