Click or drag to resize

DailyBreakdown Class

A type of DatedBreakdown used to specify that degree days should be broken down on a daily basis and cover a specific Period in time.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.DataBreakdown
    DegreeDays.Api.DataDatedBreakdown
      DegreeDays.Api.Data.ImplDailyBreakdown

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class DailyBreakdown : DatedBreakdown

The DailyBreakdown type exposes the following members.

Constructors
 NameDescription
Public methodDailyBreakdown Constructs a DailyBreakdown object that specifies daily degree days covering the specified period in time.
Top
Properties
 NameDescription
Public propertyAllowPartialLatest Returns true if the latest day range can be partially filled (i.e. incomplete); false otherwise (the default case).
(Inherited from DatedBreakdown)
Public propertyPeriod Gets the non-null period in time that the daily breakdown should cover.
Top
Methods
 NameDescription
Public methodEquals Two Breakdown objects are equal if they have the same class and the same configuration.
(Inherited from Breakdown)
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Inherited from Breakdown)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Public methodWithAllowPartialLatest Returns a DailyBreakdown with the same Period as this, but with the AllowPartialLatest property set to the specified value.
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also