HourRanges Class |
Namespace: Koopman.CheckPoint.Common
public class HourRanges : SimpleChangeTracking, IEnumerable<TimeRange>, IEnumerable
The HourRanges type exposes the following members.
Name | Description | |
---|---|---|
HourRanges | Initializes a new instance of the HourRanges class |
Name | Description | |
---|---|---|
IsChanged |
Gets the object's changed status.
(Inherited from SimpleChangeTracking.) | |
IsNew |
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.) | |
Item |
Gets or sets the TimeRange at the specified index.
|
Name | Description | |
---|---|---|
AcceptChanges |
Resets the object’s state to unchanged by accepting the modifications.
(Inherited from SimpleChangeTracking.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |