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

  NameDescription
Public methodClear
Clears the Data Source and Filter.
(Inherited from DataMapping.)
Public methodClearData
Clears Data.
(Inherited from DataMapping.)
Public methodClearFilter
Clear Data Filter.
(Inherited from DataMapping.)
Public methodClone (Inherited from EngineClassBase.)
Public methodCopyDataTable
Function copies Data Rows into a Data Table.
(Inherited from DataMapping.)
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 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) (Inherited from DataMapping.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEvaluatePython
Public methodEvaluateXQuery
Function Evaluates an XQuery Expression.
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 methodGetDataRows
Functions gets the Data Rows for the Data Context based on the Criteria against the Data Source.
(Inherited from DataMapping.)
Public methodGetDataTable  (Inherited from DataMapping.)
Public methodGetDataTable(Int32, Int32) (Inherited from DataMapping.)
Public methodGetDataTable(DataSet, DataTable,  DataRow , Int32, Int32)
Function gets a copy of the Data Table from the Data Rows.
(Inherited from DataMapping.)
Public methodGetDistinctValues
Method to get distinct values for the Data Column.
(Inherited from DataMapping.)
Public methodGetFieldFormatted
Function gets the Field Formatted.
Public methodGetFieldValue
Function gets the Field Value.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPropertyNames (Inherited from EngineClassBase.)
Public methodGetRDL
Gets the Item RDL (Report Definition Language) as XML.
(Inherited from DataMapping.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasColumns
Function returns True if the Data Table has any Valid Data Table Columns.
(Inherited from DataMapping.)
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodIsDifferent (Inherited from EngineClassBase.)
Public methodLoadData
Loads the Data used for the Data Source Mapping.
(Inherited from DataMapping.)
Public methodLoadXDM(Object)
Loads the Data XDM.
Public methodLoadXDM(String)
Loads the Data XDM.
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 methodPropertiesToCSV (Inherited from EngineClassBase.)
Public methodPropertiesToString (Inherited from EngineClassBase.)
Public methodPropertiesToXML (Inherited from EngineClassBase.)
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 methodSetData
Sets the Data XML for the Data Source.
(Inherited from DataMapping.)
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 methodSetRDL
Sets the Item Structure using RDL (Report Definition Language) as XML.
(Inherited from DataMapping.)
Public methodShallowClone (Inherited from EngineClassBase.)
Public methodShallowCopy (Inherited from EngineClassBase.)
Public methodToCSV
Function Builds and returns the CSV Data.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToXML
Function Builds and returns the XML Data.
Back to Top
See Also