Class IbisResult
Class representing the top-level container for all XML and JSON results. This may be just a simple textual value or it may contain more complex entities such as people, institutions, groups, attributes, etc.
- IbisDto
- IbisResult
Properties summary
public
string
|
$version
The web service API version number. |
|
public
string
|
$value
The value returned by methods that return a simple textual value. |
|
public
|
$person
The person returned by methods that return a single person. Note that methods that may return multiple people will always use
the |
|
public
|
$institution
The institution returned by methods that return a single institution. Note that methods that may return multiple institutions will always
use the |
|
public
|
$group
The group returned by methods that return a single group. Note that methods that may return multiple groups will always use
the |
|
public
|
$identifier
The identifier returned by methods that return a single identifier. |
|
public
|
$attribute
The person or institution attribute returned by methods that return a single attribute. |
|
public
|
$error
If the method failed, details of the error. |
|
public
|
$people
The list of people returned by methods that may return multiple people. This may be empty, or contain one or more people. |
|
public
|
$institutions
The list of institutions returned by methods that may return multiple institutions. This may be empty, or contain one or more institutions. |
|
public
|
$groups
The list of groups returned by methods that may return multiple groups. This may be empty, or contain one or more groups. |
|
public
|
$attributes
The list of attributes returned by methods that return lists of person/institution attributes. |
|
public
|
$attributeSchemes
The list of attribute schemes returned by methods that return lists of person/institution attribute schemes. |