Click or drag to resize

FileImportTableDataSourceBaseProcessDataObject Property

Gets or sets the process input data, strongly typed by the concrete data source, as an object.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual Object ProcessDataObject { get; set; }

Property Value

Object

Implements

IAltaxoTableDataSourceProcessDataObject
See Also