Processes request to re-calculate all soft-closing (i.e. auto extend) lot groups for the specified event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult RecalculateSoftClosingGroups( int EventID, string GroupingOption, int? LotsPerGroup )
Parameters
- EventID
- Type: SystemInt32
the ID of the specified event - GroupingOption
- Type: SystemString
one of "MergeAll", "SplitAll", "NLotsPerGroup", or "CopyClosingGroups" - LotsPerGroup
- Type: SystemNullableInt32
required integer value of 1 or greater when GroupingOption="NLotsPerGroup"
Return Value
Type: ActionResultredirect to /Account/ClosingGroups/{Event ID}
See Also