The following tables list the members exposed by XmlPartWriter.
| Name | Description | |
|---|---|---|
|
XmlPartWriter Constructor |
| Name | Description | |
|---|---|---|
|
IsDisposed | Gets a value indicating if the current object have been disposed yet. |
|
Parts | The list of K2FieldParts containing a representation of XML data. |
| Name | Description | |
|---|---|---|
|
Dispose | Disposes this object |
|
WriteAttributeValue | Overloaded. Writes out the attribute with the specified local name and value. |
|
WriteElementValue | Overloaded. Writes an element with the specified local name and value. |
|
WriteEndElement | Closes one element and pops the corresponding namespace scope. |
|
WriteStartElement | Writes out a start tag with the specified local name. |
|
WriteValue | Overloaded. Write one of more K2FieldPart values. |
| Name | Description | |
|---|---|---|
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |