Class IbisAttributeScheme
Class representing an attribute scheme. This may apply to attributes of people or institutions.
- IbisDto
- IbisAttributeScheme
Properties summary
public
string
|
$schemeid
The unique identifier of the attribute scheme. |
|
public
integer
|
$precedence
The attribute scheme's precedence. Methods that return or display attributes sort the results primarily in order of increasing values of attribute scheme precedence. |
|
public
string
|
$ldapName
The name of the attribute scheme in LDAP, if it is exported to LDAP. Note that many attributes are not exported to LDAP, in which case this name is typically just equal to the scheme's ID. |
|
public
string
|
$displayName
The display name for labelling attributes in this scheme. |
|
public
string
|
$dataType
The attribute scheme's datatype. |
|
public
boolean
|
$multiValued
Flag indicating whether attributes in this scheme can be multi-valued. |
|
public
boolean
|
$multiLined
Flag for textual attributes schemes indicating whether they are multi-lined. |
|
public
boolean
|
$searchable
Flag indicating whether attributes of this scheme are searched by the default search functionality. |
|
public
string
|
$regexp
For textual attributes, an optional regular expression that all attributes in this scheme match. |