IDataInputService Interface | 
Namespace: Dundas.BI.Data.DataInput
The IDataInputService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataStorageColumn | 
            Adds the specified data storage column.
              | |
| ChangeDataStorageColumnLength | 
            Changes the length of the data storage column, when the column is string based.
              | |
| ConfigureDataStorageIndex | 
            Configures a new index on the data storage entity.
              | |
| CreateContextualMeasureValue | 
            Creates a contextual measure value for a specific set of coordinates.
              | |
| CreateInvalidValueCorrection | 
            Creates a measure correction by removing the value specified the coordinate set.
              | |
| CreateMeasureCorrectionValue | 
            Creates a measure correction value for a specific set of coordinates.
              | |
| DeleteContextualMeasureValue | Deletes the contextual value.  | |
| DeleteContextualMeasureValues | 
            Deletes all the values for the specified contextual measure.
              | |
| DeleteMeasureCorrectionValue | Deletes the measure correction value.  | |
| DeleteStorageRecords | 
            Deletes multiple data records from the specified storage table.
              | |
| GetContextualMeasureValue | 
            Gets the contextual value by its ID.
              | |
| GetDataInputRecordContainer | 
            Inserts a collection of records into the specified storage table.
              | |
| GetDataInputTransforms(DataCube) | 
            Gets the data input transforms for which the user is able to insert data.
              | |
| GetDataInputTransforms(MetricSet) | 
            Gets the data input transforms for which the user is able to insert data.
              | |
| GetMeasureCorrectionValue | 
            Gets the measure correction value by its ID.
              | |
| InsertStorageRecords(RecordContainer) | 
            Inserts a collection of records into the corresponding storage table.
              | |
| InsertStorageRecords(RecordContainer, Guid) | 
            Inserts a collection of records into the corresponding storage table.
            All records are inserted before the record with the specified ID.
              | |
| ModifyContextualMeasureValue | 
            Modifies the contextual measure value.
              | |
| ModifyMeasureCorrectionValue | 
            Modifies the measure correction value.
              | |
| RemoveDataStorageColumn | 
            Removes the specified data storage column.
              | |
| RenameDataStorageColumn | 
            Renames the data storage column.
              | |
| RetrieveContextualMeasureValues | 
            Retrieves the contextual measure values for the specified metric set.
              | |
| RetrieveMeasureCorrectionValues | 
            Retrieves the measure correction values for the specified metric set.
              | |
| RetrieveStorageDataAsync | 
            Retrieves the data input records from the specified storage table.
              | |
| UpdateStorageRecords | 
            Updates multiple data records in the corresponding storage table.
              |