[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.-ctor

AggregationDataModel Constructor

AggregationDataModel(SerializationInfo, StreamingContext)

Creates a AggregationDataModel object from serialization.

Declaration
protected AggregationDataModel(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contexual information about the source or destination of the serialization

AggregationDataModel()

Creates a new aggregation data model.

Declaration
public AggregationDataModel()
Public Sub New()

AggregationDataModel(ISheetDataModel)

Creates a new aggregation data model for the specified sheet data model.

Declaration
public AggregationDataModel(ISheetDataModel targetModel)
Public Sub New(targetModel As ISheetDataModel)
Parameters
Type Name Description
ISheetDataModel targetModel

Sheet data model

AggregationDataModel(Group)

Creates a new aggregation data model for the specified group.

Declaration
public AggregationDataModel(Group targetGroup)
Public Sub New(targetGroup As Group)
Parameters
Type Name Description
Group targetGroup