IDataInputService Interface

Service interface for data input.

Namespace: Dundas.BI.Data.DataInput
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IDataInputService

The IDataInputService type exposes the following members.

Methods
 NameDescription
Public methodAddDataStorageColumn Adds the specified data storage column.
Public methodChangeDataStorageColumnLength Changes the length of the data storage column, when the column is string based.
Public methodConfigureDataStorageIndex Configures a new index on the data storage entity.
Public methodCreateContextualMeasureValue Creates a contextual measure value for a specific set of coordinates.
Public methodCreateInvalidValueCorrection Creates a measure correction by removing the value specified the coordinate set.
Public methodCreateMeasureCorrectionValue Creates a measure correction value for a specific set of coordinates.
Public methodDeleteContextualMeasureValueDeletes the contextual value.
Public methodDeleteContextualMeasureValues Deletes all the values for the specified contextual measure.
Public methodDeleteMeasureCorrectionValueDeletes the measure correction value.
Public methodDeleteStorageRecords Deletes multiple data records from the specified storage table.
Public methodGetContextualMeasureValue Gets the contextual value by its ID.
Public methodGetDataInputRecordContainer Inserts a collection of records into the specified storage table.
Public methodGetDataInputTransforms(DataCube) Gets the data input transforms for which the user is able to insert data.
Public methodGetDataInputTransforms(MetricSet) Gets the data input transforms for which the user is able to insert data.
Public methodGetMeasureCorrectionValue Gets the measure correction value by its ID.
Public methodInsertStorageRecords(RecordContainer) Inserts a collection of records into the corresponding storage table.
Public methodInsertStorageRecords(RecordContainer, Guid) Inserts a collection of records into the corresponding storage table. All records are inserted before the record with the specified ID.
Public methodModifyContextualMeasureValue Modifies the contextual measure value.
Public methodModifyMeasureCorrectionValue Modifies the measure correction value.
Public methodRemoveDataStorageColumn Removes the specified data storage column.
Public methodRenameDataStorageColumn Renames the data storage column.
Public methodRetrieveContextualMeasureValues Retrieves the contextual measure values for the specified metric set.
Public methodRetrieveMeasureCorrectionValues Retrieves the measure correction values for the specified metric set.
Public methodRetrieveStorageDataAsync Retrieves the data input records from the specified storage table.
Public methodUpdateStorageRecords Updates multiple data records in the corresponding storage table.
Top
See Also