IReadOnlyResult Interface |
Namespace: Innovator.Client
The IReadOnlyResult type exposes the following members.
Name | Description | |
---|---|---|
Exception | Return an exception (if there is one), otherwise, return null | |
Value | Return the string value of the result |
Name | Description | |
---|---|---|
AssertItem | Return a single item. If that is not possible, throw an appropriate
exception (e.g. the exception returned by the server where possible) | |
AssertItems | Return an enumerable of items. Throw an exception for any error including 'No items found' | |
AssertNoError | Do nothing other than throw an exception if there is an error other than 'No Items Found' | |
Items | Return an enumerable of items. Throw an exception if there is an error other than 'No Items Found' | |
ToAml |
Render the node to a string
(Inherited from IAmlNode.) | |
ToAml(XmlWriter) |
Write the node to the specified XmlWriter (Inherited from IAmlNode.) |
Name | Description | |
---|---|---|
ToXml |
Renders an AML node to XML
(Defined by ItemExtensions.) |