Click or drag to resize

DataTablesAggregationDataSource(IXmlDeserializationInfo, Int32) Constructor

Initializes a new instance of the DataTablesAggregationDataSource class during XML deserialization.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected DataTablesAggregationDataSource(
	IXmlDeserializationInfo info,
	int version
)

Parameters

info  IXmlDeserializationInfo
The XML deserialization info.
version  Int32
The serialized version.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the version is not supported.
See Also