XmlPartWriter Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design Namespace : XmlPartWriter Class


Glossary Item Box

The following tables list the members exposed by XmlPartWriter.

Public Constructors

  Name Description
Public Constructor XmlPartWriter Constructor  
Top

Public Properties

  Name Description
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Parts The list of K2FieldParts containing a representation of XML data.  
Top

Public Methods

  Name Description
Public Method Dispose Disposes this object  
Public Method WriteAttributeValue Overloaded.  Writes out the attribute with the specified local name and value.  
Public Method WriteElementValue Overloaded.  Writes an element with the specified local name and value.  
Public Method WriteEndElement Closes one element and pops the corresponding namespace scope.  
Public Method WriteStartElement Writes out a start tag with the specified local name.  
Public Method WriteValue Overloaded.  Write one of more K2FieldPart values.  
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Top

See Also