Name | Description | |
---|---|---|
init | Initializes the DataInputService. Called during construction. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
eventsManager | Inherited from dundas.Service. | |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
addDataStorageColumn | Adds the specified data storage column. | |
bind | Subscribe a handler for an event. Inherited from dundas.Service. | |
createContextualMeasureValue | Creates a contextual measure value. | |
createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. | |
createMeasureCorrectionValue | Creates a measure correction value. | |
createTimeout | Creates a timeout. Inherited from dundas.Component. | |
deleteContextualMeasureValue | Deletes a contextual measure value. | |
deleteContextualMeasureValues | Modifies a contextual measure value. | |
deleteDataStorageRecord | Deletes a data storage record. | |
deleteDataStorageRecords | Deletes data storage records. | |
deleteMeasureCorrectionValue | Deletes a correction measure value. | |
dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. | |
dispose | Inherited from dundas.Component. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
getContextualMeasureValue | Gets a contextual measure value. | |
getDataInputTransforms | Gets the data input transforms for the specified metric set or data cube. | |
getMeasureCorrectionValue | Gets a measure correction value. | |
getService | Gets the requested service. Inherited from dundas.Component. | |
insertDataStorageRecord | Inserts a data storage record. | |
insertDataStorageRecords | Inserts multiple data storage records (bulk insert). This call will not fail if 1 of the items fails. | |
modifyContextualMeasureValue | Modifies a contextual measure value. | |
modifyDataStorageColumn | Modifies the specified data storage column (rename and / or change maximum length). | |
modifyMeasureCorrectionValue | Modifies a measure correction value. | |
onLoaded | Called when the service is loaded. Inherited from dundas.Service. | |
queryContextualMeasureValues | Queries for contextual measure values. | |
queryMeasureCorrectionValues | Queries for measure correction values. | |
removeDataStorageColumn | Removes the specified data storage column. | |
subscribe | Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service. | |
subscribeOnce | Subscribe a one time handler for an event. Inherited from dundas.Service. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | |
trigger | Triggers an event. Inherited from dundas.Service. | |
unbind | Unsubscribe an event. Inherited from dundas.Service. | |
updateDataStorageRecord | Updates a data storage record. | |
updateDataStorageRecords | Updates multiple data storage records (bulk update). This call will not fail if 1 of the items fails. |