Custom |
The CustomBreakdown type exposes the following members.
Name | Description | |
---|---|---|
CustomBreakdown | Constructs a CustomBreakdown object that specifies degree days broken down to match the DayRanges passed in. |
Name | Description | |
---|---|---|
AllowPartialLatest |
Returns true if the latest day range can be partially filled
(i.e. incomplete); false otherwise (the default case).
(Inherited from DatedBreakdown) | |
DayRanges | Gets the non-null DayRanges that specifies the dates that each degree-day figure should cover. |
Name | Description | |
---|---|---|
Equals |
Two Breakdown objects are equal if they have the same class
and the same configuration.
(Inherited from Breakdown) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from Breakdown) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) | |
WithAllowPartialLatest | Returns a CustomBreakdown with the same DayRanges as this, but with the AllowPartialLatest property set to the specified value. |
Version | Description |
---|---|
1.2 | This was added in version 1.2. |