Information (Objekt): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 51: | Zeile 51: | ||
|- | |- | ||
| all | | all | ||
− | | [[Collection]] | + | | [[Collection]] <[[Information]]> |
| Liefert eine Liste alle Unter-Informationen | | Liefert eine Liste alle Unter-Informationen | ||
| 1 | | 1 | ||
|- | |- | ||
| flat | | flat | ||
− | | [[Collection]] | + | | [[Collection]] <[[Information]]> |
| Liefert eine Liste aller Unter-Informationen ohne Struktierungs-Objekte wie [[ListInformation|ListInformations]], [[ListItemInformation|ListItemInformations]] oder [[SubInformation|SubInformations]]. | | Liefert eine Liste aller Unter-Informationen ohne Struktierungs-Objekte wie [[ListInformation|ListInformations]], [[ListItemInformation|ListItemInformations]] oder [[SubInformation|SubInformations]]. | ||
| 1 | | 1 |
Version vom 1. Juli 2008, 11:37 Uhr
Name
Information - Content-Objekt innerhalb eines Elementes
Beschreibung
Eine Information ist ein Objekt, das Content innerhalb eines Elementes enthält. Konkrete Information-Objekte sind:
- BinaryInformation
- CounterInformation
- EmailInformation
- ExcelWorkbookInformation
- ImageInformation
- LdapRequestInformation
- LinkTreeInformation
- ListInformation
- ListItemInformation
- PersonalizationInformation
- QueryInformation
- RRequestInformation
- SimpleInformation
- SubInformation
- TaskInformation
Attribute
Attribut | Type | Beschreibung | ab IES Version |
---|---|---|---|
id | ID | ID des Objektes | 1 |
field | Variable | Variablenname des Objektes | 1 |
root | Element | Root-Element dieser Information | 1 |
parent | ID | ID des Objektes, in dem diese Information eingebettet ist. Dies kann ein Element, eine SubInformation oder eine ListItemInformation sein | 1 |
isEmpty | Boolean | true , wenn das Objekt leer ist.
|
1 |
all | Collection <Information> | Liefert eine Liste alle Unter-Informationen | 1 |
flat | Collection <Information> | Liefert eine Liste aller Unter-Informationen ohne Struktierungs-Objekte wie ListInformations, ListItemInformations oder SubInformations. | 1 |