[]
Creates a AggregationDataModel object from serialization.
protected AggregationDataModel(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |
Creates a new aggregation data model.
public AggregationDataModel()
Public Sub New()
Creates a new aggregation data model for the specified sheet data model.
public AggregationDataModel(ISheetDataModel targetModel)
Public Sub New(targetModel As ISheetDataModel)
Type | Name | Description |
---|---|---|
ISheetDataModel | targetModel | Sheet data model |
Creates a new aggregation data model for the specified group.
public AggregationDataModel(Group targetGroup)
Public Sub New(targetGroup As Group)
Type | Name | Description |
---|---|---|
Group | targetGroup |