Click or drag to resize

ExportDataRow Methods

The ExportDataRow type exposes the following members.

Methods
  NameDescription
Public methodCreateChildRow
Create child row for the current row. ONLY AVAILABLE IF NOT Detached.
Public methodDeleteRow
Delete this row. This object should be discarded after.
Public methodStatic memberDeserialize
Deserialize new object from stream.
Public methodDetach
Detach this object from the CTExportProfileData. Caches all the row data internally so its still available, but also serializable.
Public methodDetachAndSerializeTo
Detach this object from Data if not Detached already, and then serialize it into the given stream. The serialized object can be re-constructred with Deserialize(Stream).
Public methodStatic memberGetConfID
Reads the configuration ID from the export data row.
Public methodGetValueByName
Field value accessor. Returns value from cache if Detached, otherwise live value from the Data.
Public methodSetValueByName
Field value setter. Sets field value in cache if Detached, otherwise sets value for the Data.
Public methodToCTGenericArray
Public methodToString
Shows "file_name|Configuration"
(Overrides ObjectToString.)
Public methodStatic memberWrap
Wraps the given row with a new ExportDataRow.
Top
See Also