Click or drag to resize
IReadOnlyResult Methods

The IReadOnlyResult type exposes the following members.

Methods
  NameDescription
Public methodAssertItem
Return a single item. If that is not possible, throw an appropriate exception (e.g. the exception returned by the server where possible)
Public methodAssertItems
Return an enumerable of items. Throw an exception for any error including 'No items found'
Public methodAssertNoError
Do nothing other than throw an exception if there is an error other than 'No Items Found'
Public methodItems
Return an enumerable of items. Throw an exception if there is an error other than 'No Items Found'
Public methodToAml
Render the node to a string
(Inherited from IAmlNode.)
Public methodToAml(XmlWriter)
Write the node to the specified XmlWriter
(Inherited from IAmlNode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToXml
Renders an AML node to XML
(Defined by ItemExtensions.)
Top
See Also