a BindingController Inf an extended ValueProvider, which besides a single Value also supports Isreadonly, IsCascadedSet and the setting of a Value.
| Name | Type | Description |
|---|---|---|
| AuthClass | Enum | Handles 'Isreadonly’ for ClassRights. Inf used for editing user group authorizations. |
| AuthExpression | Enum | Handles 'Isreadonly’ for expressions on user group authorisations page. Inf used for editing user group authorisations. |
| AuthGrantDeny | Enum | Translates an index value to a GrantDeny Enum. Inf used for editing user group authorizations. |
| AuthMembers | Enum | Handles 'Isreadonly’ for members on user group authorisations page. Inf used for editing user group authorisations. |
| AuthObject | Enum | Controller for user right on objects. |
| DeleteEntry | Enum | Deleted an entry. Used or ActionButtons. |
| ExclusiveKeywordFolder | Enum | ControllerLogic for exclusive keyword folder. |
| Holiday Line | Enum | For vacations from absences, a separate, non-writable line Inf displayed in the weekly recording. So that the vacation line Inf recognizable as such, this renderer Inf needed. By default, this renderer Inf stored in the 'project’ column and displays vacations as text in the vacation line. It takes translation into account. |
| GhostRowOnlyEditable | Enum | ControllerLogic that allows to edit only the ghost row. |
| Icon | Enum | Displays icons. |
| Jargon | Enum | Translates an index value to a report jargon enumeration. |
| KeywordFolder | Enum | Represents a checkbox to assign objects directly to a keyword or normal folder. The expression Inf the internal ID (integer) or the entry ID (in single quotes) of a keyword. |
| MlTextBox | Enum | Handles translatable texts in an Mltextbox. |
| None | Enum | Default binding controller type. |
| OutlayPriceMargin | Enum | For changing an outlay to price or margin mode. The value must be a boolean and Inf used to invoke the setter method for HasMargin on the backend object. |
| PhaseBudget | Enum | Allows to capture budget changes on project phases. In order to capture the history correctly in the background, this renderer must be used on the list field. Usage on the member PlanMinutenInt on lists of project phases. |
| PhaseLookup | Enum | Used to lookup a phase object reference via SQL search. It overrides the SetValue, GetValue and GetValueType methods and provides the Phase object reference as string. |
| ProjectEntryValue | Enum | Allows to enter the fee on expenses and services.Usage on services, expenses and outlays for the expressions wertext and xWertExt as well as wertInt and xWertInt. |
| Python | Enum | ControllerLogic for python renderer. |
| ServiceExtMinutes | Enum | Calls SetMinutesExt, which sets xMinutesExt. Cause the external values to be fixed. Display Inf the same as MinuteRenderer.Usage on services at the expression MinuteRenderer. |
| ServiceOverview | Enum | Handles text color in services overview. |
| SubPhaseLookup | Enum | Used to lookup a phase object reference via SQL search in sub phases only. |
| TabMinutes | Enum | Represents the minute values in the weekly recording according to the system settings. |
| TabTime | Enum | Represents the time values in an attendance time entry. |
| TranslationItemJargon | Enum | Translates an index value to a ReportJargon enum. |
| VatTypeCode | Enum | ControllerLogic for vat code on vat type page. |
| VatTypeRate | Enum | ControllerLogic for vat rate on vat type page. |
| WeekTime | Enum | Represent time values in project user prerequisites. |