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 |
---|---|---|
|
Initializes a new instance of the Event class. | |
|
Initializes a new instance of the Event class based on another Event. | |
|
Initializes a new instance of the Event class with the specified Context and name. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the domain of the Event. | |
|
Gets a value that indicates whether the Event is set. | |
|
Gets or sets the name of the Event. | |
|
Gets or sets the payload of the Event. | |
|
Gets or sets the Session of the Event. | |
|
Gets or sets the time the Event was received by the server. |
Methods
|
Name |
Description |
---|---|---|
|
(Inherited from IObject.) | |
|
Releases the unmanaged resources used by the Event and optionally releases the managed resources (Overrides IObject.Dispose(Boolean).) | |
|
Indicates whether the current Event is equal to another Event. | |
|
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 Event class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified Event is equal to the current Event. | |
|
Determines whether the specified Event is not equal to the current Event. |