abstractAggregationViewer Constructor
Constructor for objects which implement this abstract class
Namespace: SobekCM.Library.AggregationViewer.ViewersAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
protected abstractAggregationViewer(
RequestCache RequestSpecificValues,
AggregationViewBag ViewBag
) |
Parameters
- RequestSpecificValues
- Type: SobekCM.Library..::..RequestCache
All the necessary, non-global data specific to the current request
- ViewBag
- Type: SobekCM.Library..::..AggregationViewBag
Aggregation-specific request information, such as aggregation object and any browse object requested
See Also