AJE Components
DataStore MethodsAJE Data Asset Engine Help
The DataStore type exposes the following members.
Methods

  NameDescription
Public methodClean
Cleans the Data Store by Saving and Cleaning Invalid Data.
Public methodClear
Clears and Resets the Data Store.
Public methodClearFlags
Public methodClone (Inherited from EngineClassBase.)
Public methodCopyObject (Inherited from EngineClassBase.)
Public methodCopyProperties(Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties(EngineClassBase, Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties``2(UMP, UMP) (Inherited from EngineClassBase.)
Public methodDeepClone (Inherited from EngineClassBase.)
Public methodDeepCopy (Inherited from EngineClassBase.)
Public methodDeleteDataCommandQuery
Deletes a Data Command Query from the Store.
Public methodDeleteDataExecutionPlan
Deletes a Data Execution Plan from the Store.
Public methodDeleteDataOutput
Deletes a Data Output from the Store.
Public methodDeleteDataReport
Deletes a Data Report from the Store.
Public methodDeleteDataSchedule
Deletes a Data Report from the Store.
Public methodDeleteDataSource
Deletes a Data Source from the Store.
Public methodDeserialize(String) (Inherited from EngineClassBase.)
Public methodDeserialize(XmlDocument) (Inherited from EngineClassBase.)
Public methodDeserialize(TextReader) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String, Encoding) (Inherited from EngineClassBase.)
Public methodDeSerializeMe (Inherited from EngineClassBase.)
Public methodDispose  (Inherited from EngineClassBase.)
Protected methodDispose(Boolean)
Disposes the Data Store Class and releases resources.
(Overrides EngineClassBaseDispose(Boolean).)
Public methodEquals (Inherited from DataConnectionBase.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetActiveSchedulesCount
Returns the Active Number of Data Schedules.
Public methodStatic memberGetAppCount
Public methodGetDataName
Public methodGetDataServerName
Public methodGetHashCode (Inherited from DataConnectionBase.)
Public methodGetPropertyNames (Inherited from EngineClassBase.)
Public methodGetReportDataXML
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberHasAppInstance
Public methodHasChanged
Returns True if the in-memory copy of the Data Store has been modified.
Public methodHasDataCommandQueriesChanged
Returns True if the Data Command Collection has Changed.
Public methodHasDataExecutionPlansChanged
Returns True if the Data Execution Plan Collection has Changed.
Public methodHasDataFoldersChanged 
Returns True if the Data Folder Collection has Changed.
Public methodHasDataFoldersChanged(DataFolder FolderTypes)
Returns True if the Data Folder Collection is Changed.
Public methodHasDataOutputsChanged
Returns True if the Data Output Collection has Changed.
Public methodHasDataReportsChanged
Returns True if the Data Report Collection has Changed.
Public methodHasDataSchedulesChanged
Returns True if the Data Schedules Collection has Changed.
Public methodHasDataSourcesChanged
Returns True if the Data Source Collection has Changed.
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodInitialize
Initializes the Data Store Class.
Public methodIsDifferent (Inherited from EngineClassBase.)
Public methodLoad
Fully Loads the Data Store with all Objects.
Public methodLoadDataCommandQueries
Loads Data Command Queries into the Data Store.
Public methodLoadDataExecutionPlans
Loads Data Execution Plans into the Data Store.
Public methodLoadDataFolders
Public methodLoadDataOutputs
Loads Data Outputs into the Data Store.
Public methodLoadDataReports
Loads Data Reports into the Data Store.
Public methodLoadDataSchedules
Loads Data Schedules into the Data Store.
Public methodLoadDataSources
Loads Data Sources into the Data Store.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnChanged (Inherited from EngineClassBase.)
Public methodOnClearing (Inherited from EngineClassBase.)
Public methodOnDirty (Inherited from EngineClassBase.)
Public methodOnPropertyChanged (Inherited from EngineClassBase.)
Public methodStatic memberOpen
Public methodPropertiesToCSV (Inherited from EngineClassBase.)
Public methodPropertiesToString (Inherited from EngineClassBase.)
Public methodPropertiesToXML (Inherited from EngineClassBase.)
Public methodSave
Saves the entire Data Store.
Public methodSaveDataCommandQueries
Saves the Data Command Collection to the Data Store.
Public methodSaveDataExecutionPlans
Saves the Data Execution Plans Collection to the Data Store.
Public methodSaveDataFolders
Saves the Data Folders Collection to the Data Store.
Public methodSaveDataOutputs
Saves the Data Outputs Collection to the Data Store.
Public methodSaveDataReports
Saves the Data Reports Collection to the Data Store.
Public methodSaveDataSchedules
Saves the Data Reports Collection to the Data Store.
Public methodSaveDataSources
Saves the Data Sources Collection to the Data Store.
Public methodSaveXML
Saves the Data Store to an XML File.
Public methodSerialize  (Inherited from EngineClassBase.)
Public methodSerialize(XmlWriterSettings) (Inherited from EngineClassBase.)
Public methodSerialize(Encoding) (Inherited from EngineClassBase.)
Public methodSerialize(String) (Inherited from EngineClassBase.)
Public methodSerialize(String, Encoding) (Inherited from EngineClassBase.)
Public methodSerializeMe (Inherited from EngineClassBase.)
Public methodSetError (Inherited from EngineClassBase.)
Public methodSetException (Inherited from EngineClassBase.)
Public methodSetIsChanged (Inherited from EngineClassBase.)
Public methodSetIsClean (Inherited from EngineClassBase.)
Public methodSetIsDirty (Inherited from EngineClassBase.)
Public methodShallowClone (Inherited from EngineClassBase.)
Public methodShallowCopy (Inherited from EngineClassBase.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also