AJE Components
DataMapping MembersAJE Data Asset Engine Help

The DataMapping type exposes the following members.
Constructors

  NameDescription
Public methodDataMapping
Initializes a new instance of the DataMapping class
Back to Top
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)
Releases the unmanaged resources used by the DataMapping and optionally releases the managed resources
(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
Fields

  NameDescription
Public fieldStatic memberJET_PROVIDER
Back to Top
Properties

  NameDescription
Public propertyClassType (Inherited from EngineClassBase.)
Public propertyDataDistinct
Gets or sets the Data Distinct options for the Data Source Mapping.
Public propertyDataFilter
Gets or sets the Data Filter for the Data Source Mapping.
Public propertyDataName
Gets or sets the Name of the Dataset.
Public propertyDataSet
Gets the Data Set for the Data Source Context. Read-only.
Public propertyDataTable
Gets the Data Table for the Data Source Context. Read-only.
Public propertyDataXML
Gets or sets the Data Source XML.
Public propertyDataXSD
Gets the Data Source XSD. Read-only.
Public propertyDisposed (Inherited from EngineClassBase.)
Public propertyHandleExceptions (Inherited from EngineClassBase.)
Public propertyIsChanged (Inherited from EngineClassBase.)
Public propertyIsDirty (Inherited from EngineClassBase.)
Public propertyItemKey (Inherited from EngineClassBase.)
Public propertyLastErrDescription (Inherited from EngineClassBase.)
Public propertyLastErrNumber (Inherited from EngineClassBase.)
Public propertyLastErrSource (Inherited from EngineClassBase.)
Public propertyLastException (Inherited from EngineClassBase.)
Public propertyOnDirtyEvent (Inherited from EngineClassBase.)
Public propertyProperties (Inherited from EngineClassBase.)
Public propertyRaiseError (Inherited from EngineClassBase.)
Public propertyTableColumns
Gets or sets the Data Table Mapping Columns.
Public propertyTableName
Gets or sets the Name of the Data Table used from the Data Source to Bind the Data Context.
Public propertyTag (Inherited from EngineClassBase.)
Public propertyTypeClassName (Inherited from EngineClassBase.)
Public propertyXSLT
Gets or sets the XSLT for the Data Source.
Back to Top
Events

  NameDescription
Public eventChanged (Inherited from EngineClassBase.)
Public eventDirty (Inherited from EngineClassBase.)
Public eventPropertyChanged (Inherited from EngineClassBase.)
Back to Top
See Also