Alarm Methods

The Alarm type exposes the following members.

Methods

 

Name

Description

Alarm Methods 1:

CompareTo

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

Alarm Methods 2:

DeepCopy

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

Alarm Methods 3:

Equals(Object)

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

Alarm Methods 4:

Equals(Alarm)

Indicates whether the current Alarm is equal to another Alarm.

Alarm 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.)

Alarm Methods 6:

GetHashCode

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

Alarm Methods 7:

GetType

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

Alarm Methods 8:

MemberwiseClone

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

Alarm Methods 9:

ShallowCopy

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

Alarm Methods 10:

ToString

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

Extension Methods

 

Name

Description

Alarm Methods 11:

ToJson.

Overloaded.

Returns an unformatted JSON String that represents the current Alarm. (Defined by AlarmExtensions.)

Alarm Methods 12:

ToJson(Boolean)

Overloaded.

Returns an unformatted JSON String that represents the current Alarm. (Defined by AlarmExtensions.)

Alarm Methods 13:

ToJson(Boolean, Boolean)

Overloaded.

Returns a JSON String that represents the current Alarm. (Defined by AlarmExtensions.)

Reference

Alarm Class

TcHmiSrv.Core Namespace