WriteBack Class |
Namespace: CTExtensions.ExportCore.ExportHandler
The WriteBack type exposes the following members.
| Name | Description | |
|---|---|---|
| Attribute |
Attribute to write to.
| |
| Configration |
Target configuration. Empty for Document Properties and for drawings.
| |
| CutListItem |
Name of the Cutlist feature in Feature Manager Tree.
Null if not targeting CutListItem with this writeback.
| |
| Ext |
Identifying name of the CTExtension that owns the File by id ExtFileID
via its FileHandlerExtension.
Null or empty if no extension owns the File.
| |
| ExtFileID |
Id of the file as known by Ext.
| |
| File |
The actually binary file the write back needs file access.
Setter is public only to allow WriteBackHandler
to update it based on Ext and ExtFileID.
| |
| PreferDocPropTarget |
Original value for model property has been empty, so prefer writeback to document properties IF configuration specific attribute doesn't exist.
| |
| Target |
Target type of this writeback,
| |
| Value |
Value to write
| |
| VirtualComponentPath |
Null in case the File is the target component.
Virtual path from the file to the component otherwise.; e.g. "Virtual^Asm1.sldasm\Virtual^Asm2.sldasm\Virtual^Prt1.sldprt"
|
| Name | Description | |
|---|---|---|
| Deserialize |
Deserialize single Writeback from stream.
| |
| Equals |
This equals tells if two writeback object target the exact same field.
(Overrides ObjectEquals(Object).) | |
| ForCutListItem(String, String, String, String, String, String, Byte) |
Create Writeback for Cut-List property field
| |
| ForCutListItem(String, String, String, String, String, String, String, Byte) |
Create Writeback for Cut-List field of a virtual component
| |
| ForDrawing |
Create Writeback for drawing field
| |
| ForModel(String, String, String, String, Boolean, String, Byte) |
Create Writeback for Model field
| |
| ForModel(String, String, String, String, String, Boolean, String, Byte) |
Create Writeback for Model field of a virtual component
| |
| GetHashCode |
Hash Code is based on target
(Overrides ObjectGetHashCode.) | |
| Serialize |
Serialize given writeback list into the stream.
|