Event Methods

The Event type exposes the following members.

Methods

 

Name

Description

Event Methods 1:

CompareTo

Compares the current Event with another Event and returns an integer that indicates whether the current Event precedes, follows, or occurs in the same position in the sort order as the other Event.

Event Methods 2:

DeepCopy

Creates a new object that is a deep copy of the current Event.

Event Methods 3:

Equals(Object)

Determines whether the specified Object is equal to the current Event. (Overrides Object.Equals(Object).)

Event Methods 4:

Equals(Event)

Indicates whether the current Event is equal to another Event.

Event Methods 5:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Event Methods 6:

GetHashCode

Serves as the default hash function. (Overrides Object.GetHashCode..)

Event Methods 7:

GetType

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

Event Methods 8:

MemberwiseClone

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

Event Methods 9:

ShallowCopy

Creates a new Event that is a shallow copy of the current Event.

Event Methods 10:

ToString

Returns a String that represents the Name of the current Event. (Overrides Object.ToString..)

Extension Methods

 

Name

Description

Event Methods 11:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current Event. (Defined by EventExtensions.)

Event Methods 12:

ToJson(Boolean)

Overloaded.

Returns an unformatted JSON String that represents the current Event. (Defined by EventExtensions.)

Event Methods 13:

ToJson(Boolean, Boolean)

Overloaded.

Returns a JSON String that represents the current Event. (Defined by EventExtensions.)

Reference

Event Class

TcHmiSrv.Core Namespace