Click or drag to resize

Outage Methods

The Outage type exposes the following members.

Methods
  Name Description
Public method Contains(T) Determines whether the range contains the given value.
(Inherited from RangeT)
Public method Contains(RangeT) Determines whether the range contains the given range.
(Inherited from RangeT)
Public method Contains(T, IComparerT) Determines whether the range contains the given value.
(Inherited from RangeT)
Public method Contains(T, ComparisonT) Determines whether the range contains the given value.
(Inherited from RangeT)
Public method Contains(RangeT, IComparerT) Determines whether the range contains the given range.
(Inherited from RangeT)
Public method Contains(RangeT, ComparisonT) Determines whether the range contains the given range.
(Inherited from RangeT)
Public method Equals(Object) Determines if this Outage equals another object.
(Overrides ObjectEquals(Object))
Public method Equals(Outage) Determines if this Outage equals another outage.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Gets the hash code for this Outage.
(Overrides ObjectGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Merge(RangeT) Merges two ranges into one range that fully encompasses both ranges.
(Inherited from RangeT)
Public method Merge(RangeT, IComparerT) Merges two ranges into one range that fully encompasses both ranges.
(Inherited from RangeT)
Public method Merge(RangeT, ComparisonT) Merges two ranges into one range that fully encompasses both ranges.
(Inherited from RangeT)
Public method Static member MergeOverlapping Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of outages.
Public method Overlaps(RangeT) Determines whether the range overlaps with the given range.
(Inherited from RangeT)
Public method Overlaps(RangeT, IComparerT) Determines whether the range overlaps with the given range.
(Inherited from RangeT)
Public method Overlaps(RangeT, ComparisonT) Determines whether the range overlaps with the given range.
(Inherited from RangeT)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also