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

  NameDescription
Public methodClear
Clears the Data Source and Filter.
Public methodClearData
Clears Data.
Public methodClearFilter
Clear Data Filter.
Public methodClone (Inherited from EngineClassBase.)
Public methodCopyDataTable
Function copies Data Rows into a Data Table.
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) (Overrides EngineClassBaseDispose(Boolean).)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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.
Public methodGetDataTable 
Public methodGetDataTable(Int32, Int32)
Public methodStatic memberGetDataTable(DataTable, Int32, Int32)
Public methodGetDataTable(DataSet, DataTable,  DataRow , Int32, Int32)
Function gets a copy of the Data Table from the Data Rows.
Public methodGetDistinctValues
Method to get distinct values for the Data Column.
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.
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.
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodIsDifferent (Inherited from EngineClassBase.)
Public methodLoadData
Loads the Data used for the Data Source Mapping.
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.
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.
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