Tamino API for .NET

TaminoDataObject Members

Public Instance Properties

BaseUri Get/set the data object's base URI (xml:base). Reserved for future use.
ContentType Get/set the data object's content type.
Data Get/set the data object's contents. Type of data is XmlNode or Stream.
DocName Get/set the data object's name (ino:docname/ino:id).
DocType Get/set the data object's document type.
IsXml Is this an XML object?
NonXmlDocument Treat the data object as non-XML (binary) = Stream. ContentType provides the type of non-XML document.
XmlDocument Treat the data object as an XmlDocument.
XmlElement Treat the data object as an XmlElement.
XmlNode Treat the data object as an XmlNode.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

TaminoDataObject Class | SoftwareAG.Tamino.Api Namespace