Export |
The ExportDataRow type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateChildRow | Create child row for the current row. ONLY AVAILABLE IF NOT Detached. | |
| DeleteRow | Delete this row. This object should be discarded after. | |
| Deserialize | Deserialize new object from stream. | |
| Detach | Detach this object from the CTExportProfileData. Caches all the row data internally so its still available, but also serializable. | |
| DetachAndSerializeTo | 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). | |
| GetConfID | Reads the configuration ID from the export data row. | |
| GetValueByName | Field value accessor. Returns value from cache if Detached, otherwise live value from the Data. | |
| SetValueByName | Field value setter. Sets field value in cache if Detached, otherwise sets value for the Data. | |
| ToCTGenericArray | ||
| ToString |
Shows "file_name|Configuration"
(Overrides ObjectToString) | |
| Wrap | Wraps the given row with a new ExportDataRow. |