![]() | ExportDataRow Methods |
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 | |
![]() | SetValueByName | |
![]() | ToCTGenericArray | |
![]() | ToString |
Shows "file_name|Configuration"
(Overrides ObjectToString.) |
![]() ![]() | Wrap |
Wraps the given row with a new ExportDataRow.
|