Alarm Methods
The Alarm type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
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. | |
|
Creates a new object that is a deep copy of the current Alarm. | |
|
Determines whether the specified Object is equal to the current Alarm. (Overrides Object.Equals(Object).) | |
|
Indicates whether the current Alarm is equal to another Alarm. | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Overrides Object.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Creates a new Alarm that is a shallow copy of the current Alarm. | |
|
Returns a String that represents the Name of the current Alarm. (Overrides Object.ToString..) |
Extension Methods
|
Name |
Description |
---|---|---|
|
Overloaded. Returns an unformatted JSON String that represents the current Alarm. (Defined by AlarmExtensions.) | |
|
Overloaded. Returns an unformatted JSON String that represents the current Alarm. (Defined by AlarmExtensions.) | |
|
Overloaded. Returns a JSON String that represents the current Alarm. (Defined by AlarmExtensions.) |