Class IbisInstitution
Class representing an institution returned by the web service API.
- IbisDto
- IbisInstitution
Properties summary
public
boolean
|
$cancelled
Flag indicating if the institution is cancelled. |
|
public
string
|
$instid
The institution's unique ID (e.g., "CS"). |
|
public
string
|
$name
The institution's name. |
|
public
string
|
$acronym
The institution's acronym, if set (e.g., "UCS"). |
|
public
|
$attributes
A list of the institution's attributes. This will
only be populated if the |
|
public
|
$contactRows
A list of the institution's contact rows. This
will only be populated if the |
|
public
|
$members
A list of the institution's members. This will only
be populated if the |
|
public
|
$parentInsts
A list of the institution's parent
institutions. This will only be populated if the NOTE: Currently all institutions have one parent, but in the future institutions may have multiple parents. |
|
public
|
$childInsts
A list of the institution's child institutions.
This will only be populated if the |
|
public
|
$groups
A list of all the groups that belong to the
institution. This will only be populated if the |
|
public
|
$membersGroups
A list of the groups that form the institution's
membership. This will only be populated if the |
|
public
|
$managedByGroups
A list of the groups that manage this institution.
This will only be populated if the |