[This is preliminary documentation and is subject to change.]
A SifDataObject implementation that wraps raw XML messages.
| C# | Visual Basic | Visual C++ |
public class SifDataObjectXml : SifDataObject
Public Class SifDataObjectXml _ Inherits SifDataObject
public ref class SifDataObjectXml : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SifDataObjectXmlSifDataObjectXmlNew(IElementDef, String) | Constructs a SifDataObject with XML content | |
| SifDataObjectXmlSifDataObjectXmlNew(SifVersion, IElementDef, String) | Constructs a SifDataObject with XML content | |
| KeyFields |
This object does not define a key field
(Overrides SifDataObject.KeyFields.) | |
| RefId |
This property always throws an exception. RefId cannot be set or gotten from a SifDataObjectXml instance.
(Overrides SifDataObject.RefId.) | |
| ToXml()() | Gets the raw XML message content (Overrides SifDataObject.ToXml()().) | |
| Xml | Sets the raw XML message content |
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| SifDataObjectXml | |||||