Click or drag to resize

RollingWaveServiceArgumentsCollapseAllPeriods Property

Determines whether to collapse all of the periods in the project from weekly back to monthly. If this is set to true, the PeriodsPriorToStatusDate and PeriodsFollowingStatusDate will be ignored. If this is set to false, the Rolling Wave process will expand and collapse the periods normally. Optional. Default value is false.

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public bool? CollapseAllPeriods { get; set; }

Property Value

NullableBoolean
See Also