AJE Components
DataMappingColumn MembersAJE Data Asset Engine Help

The DataMappingColumn type exposes the following members.
Constructors

  NameDescription
Public methodDataMappingColumn 
Initializes a new instance of the DataMappingColumn class
Public methodDataMappingColumn(String, String)
Initializes a new instance of the DataMappingColumn class
Back to Top
Methods

  NameDescription
Public methodClearData
Clears the Table Column Context Data.
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 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 EngineClassBase.)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPropertyNames (Inherited from EngineClassBase.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodIsDifferent (Inherited from EngineClassBase.)
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 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
Properties

  NameDescription
Public propertyClassType (Inherited from EngineClassBase.)
Public propertyColumnIndex
Gets or sets the option to Display an Index for the Data Table Mapping Column.
Protected propertyDataContext
Protected propertyDataRow
Public propertyDataRowNullAction
Gets or sets the Data Row Null Action.
Protected propertyDataSet
Public propertyDisposed (Inherited from EngineClassBase.)
Public propertyDistinctCount
Enables or disables the Data Table Column Distinct Count.
Public propertyEnabled
Enables or Disables the Data Table Mapping Column.
Public propertyExpression
Gets or sets the Expression for the Data Mapping Table Column.
Protected propertyFieldData
Protected propertyFieldTotal
Public propertyFormatting
Gets or sets Data Table Mapping Column Field Format.
Public propertyHandleExceptions (Inherited from EngineClassBase.)
Public propertyHeaderExpression
Gets or sets the Expression for the Data Table Mapping Column Header.
Public propertyHeaderFormatting
Gets or sets Data Table Mapping Column Field Format.
Public propertyHeaderText
Gets or sets Data Table Mapping Column Header Text.
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 propertyName
Gets or sets Data Table Mapping Column Name.
Public propertyOnDirtyEvent (Inherited from EngineClassBase.)
Public propertyOrder
Gets or sets Data Table Mapping Column Order.
Public propertyOutputValue
Gets or sets Data Table Mapping Column Output Value.
Public propertyProperties (Inherited from EngineClassBase.)
Public propertyQuery
Gets or sets the Field Query Content.
Public propertyQueryContext
Gets or sets the Context of the Data Table Mapping Column for a Query.
Public propertyQueryType
Gets or sets the Query Type as either XQuery or Python.
Public propertyRaiseError (Inherited from EngineClassBase.)
Protected propertyRowIndex
Public propertyTableName
Gets or sets Data Table Name used to Bind to the Data Source.
Public propertyTag (Inherited from EngineClassBase.)
Public propertyTypeClassName (Inherited from EngineClassBase.)
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