Aspect | Beschreibung | Converter | Verwendungen/ Extensions | Funktionen in der Liste | Funktionen im Detail |
---|
AbsoluteNavigationLinkAspectTarget
Eigenschaften: | Es stellt einen Aspekt mit einer absoluten URL oder einen Ausdruck dar, der zu einer absoluten URL ausgewertet wird. | AbsoluteNavigationLinkAspectTargetConverter
| .SetAbsoluteNavigationLink() - bei Verwendung mit einer normalen URL.
.SetAbsoluteNavigationLinkExpression() - bei Verwendung mit einem URL-Ausdruck.
| - | Fügt dem PropertyLink-Element eine absolute URL hinzu. |
AggregationColumnAspect
Eigenschaften: ColumnName - Name der Spalte, die aggregiert werden soll.
AggregationMethod - Methode der Aggregation ("sum", "count", "min", "max" oder "average").
| Fügt den Aggregationsaspekt hinzu. | AggregationColumnAspectConverter
| .Aggregation()
| Aggregiert die Spalte mit "sum", "count", "min", "max" oder "average". | - |
AlignmentAspect
| Enthält Informationen zur horizontalen und/oder vertikalen Ausrichtung innerhalb eines Layout-Elements. | - | .Alignment()
| | |
BackgroundColorAspect
| | - | .BackgroundColor()
.BackgroundColorExpression()
| | |
BookmarkActionsAspect
| Legt den visible oder disabled für Standard-Bookmark-Actions im Objekt-Bookmark fest. Fügt ausserdem die Möglichkeit hinzu, die Schaltfläche nur als Symbol ohne Text zu erstellen. | BookmarkActionsAspectConverter
| .BookmarkActions() in LayoutBuilderExtensions
| | |
BreadcrumbParentAspect
| | BreadcrumbParentAspectConverter
| .BreadcrumbParent()
| | |
CacheInvalidationAspect
| | - | .Aspect(() => new CacheInvalidationAspect()
| | |
CalenderExportAspect
| | - | Used in its own file | | |
CheckboxConfigurationAspect
| | CheckboxConfigurationAspectConverter
| .CheckboxOptions()
| | |
ClassActionAspect
| | ClassActionAspectConverter
| .IsClassAction()
| | |
ClassNavigationLinkAspect
| | ClassNavigationLinkAspectConverter
| .SetClassNavigationLink() - keine Verwendungen im Code
.SetTarget()
| | |
ClassNavigationLinkAspectTarget
| | ClassNavigationLinkAspectConverter
| Used in ClassNavigationLinkAspect.cs | | |
ClientSecretHashingAspect
| | - | .Aspect(() => new ClientSecretHashingAspect())
| | |
CollapsibleAspect
| | CollapsibleAspectConverter
| .Collapsible()
| | |
ConfirmationActionAspect
| | ConfirmationActionAspectConverter
| .RequiresConfirmation()
| | |
CssClassAspect
| Enthält einen speziellen CSS-Klassennamen für ein gegebenes Layout-Element. | CssClassAspectConverter
| .CssClass()
| | |
CustomTitleAspect
| | CustomTitleAspectConverter
| .CustomTitle() - keine Verwendungen im Code
| | |
DashboardSizingAspect
| | DashboardSizingAspectConverter
| .SetDashboardSizing()
| | |
DataTestIdAspect
| | DataTestIdAspectConverter
| .DataTestId() - keine Verwendungen im Code. Für UI Testing.
| | |
DatePickerConfigurationAspect
| | DatePickerConfigurationAspectConverter
| .DatePickerConfiguration()
| | |
DefaultAspect
| | DefaultAspectConverter
| .SetDefault()
| | |
DependencyAspect
| | DependencyAspectConverter
| .Dependency()
.FindOrAddAspect(() => new DependencyAspect())
| | |
DrilldownColumnAspect
| | DrilldownColumnAspectConverter
| .IsDrilldownColum()
| | |
DropdownConfigurationAspect
| | DropdownConfigurationAspectConverter
| .DropdownConfiguration()
| | |
ExpressionBasedLayoutScopeAspect
| | ExpressionBasedLayoutScopeAspectConverter
| .Scope()
| | |
FacetFilterAspect
| Fügt eine Property in einem ListenLayout zum Facettenfilter hinzu. | - | .FacetFilter()
| | |
FileUploadConfigurationAspect
| | FileUploadOptionsConverter
| .FindOrAddAspect(() => new FileUploadConfigurationAspect )
| | |
FontColorAspect
| | - | .FontColor() - keine Verwendungen im Code
.FontColorExpression()
| | |
FormatAspectConverter
| | Same file | Keine Verwendungen im Code | | |
GlobalSearchClassAspect
| | - | .Searchable()
| | |
GlobalSearchDeltaUpdateCollectorAspect
| | - | .Searchable()
| | |
GlobalSearchFilteredPropertyAspect
| | - | .Searchable()
| | |
GlobalSearchPropertyAspect
| | - | .Searchable()
Used in GlobalSearchProvider.cs | | |
HealthCheckClassAspect
| | - | In ApplicationController: var result = classes.FirstOrDefault(cls => _aspectCalculator.TryGetAspect<HealthCheckClassAspect>(cls, out _));
| | |
LabelConfigurationAspect
| | LabelConfigurationAspectConverter
| .SetLabelOptions()
| | |
ListActionAspect
| | ListActionAspectConverter
| .SetListAction()
| | |
ListConfigurationAspect
| | DataGridConfigurationAspectConverter
| .ListConfiguration()
| | |
ListTitleAspect
| | ListTitleAspectConverter
| .SetListCaption() - keine Verwendungen im Code
| | |
MarginAspect
| Enthält Margin-Informationen für ein bestimmtes Layout-Element. Aktuell nur in PublicWidgets berücksichtigt. | - | - | | |
MaskFormatAspect
| Rename to MaskAspect | MaskFormatAspectConverter
| .Mask()
| | |
MetaSortAspect
| | MetaLayoutConverter
| .AddWebSort()
| | |
MultiLineColumnOptionsAspect
| Enthält Optionen für eine Multiline-Spalte in einer Liste. | - | .MultiLineColumnOptions()
| | |
NotificationClassAspect
| | NotificationClassAspectConverter
| .IsNotificationClass()
| | |
NumberGroupCreateEventClassAspect
| | - | .AssignNumberGroup()
| | |
NumberGroupDefinitionModelAspect
| | - | .AssignNumberGroup()
Used in NumberGroupCreateEventClass.cs Used in NumberGroupDataGenerator.cs | | |
ObjectNavigationLinkAspect
| | ObjectNavigationLinkAspectConverter
| .SetObjectNavigationLink()
| | |
ObjectNavigationLinkAspectTarget
| | ObjectNavigationLinkAspectConverter
| Used in ObjectNavigationLinkAspect.cs | | |
PaddingAspect
| Enthält Padding-Informationen für ein bestimmtes Layout-Element. Aktuell nur in PublicWidgets berücksichtigt. | - | - | | |
PublicWidgetOptionsAspect
| Enthält Optionen zum Styling eines öffentlichen Listen- oder Detail-Layouts. | - | .PublicWidgetOptions()
| | |
ResponsiveBoxAspect
| | ResponsiveBoxAspectConverter
| .FindOrAddAspect<IResponsiveBoxAspect>(() => new ResponsiveBoxAspect())
| | |
ResponsiveLocationAspect
| | ResponsiveLocationAspectConverter
| .FindOrAddAspect<IResponsiveLocationAspect>(() => new ResponsiveLocationAspect())
| | |
RichTextEditorConfigurationAspect
| | RichTextEditorConfigurationAspectConverter
| .SetRichTextEditorConfiguration()
| | |
ScrollableAspect
| | ScrollableAspectConverter
| .IsScrollable()
| | |
SidebarConfigurationAspect
| | SidebarConfigurationAspectConverter
| .ConfigureSidebar() | | |
SimpleChangeTrackingAspect
| | - | Used in SimpleChangeTrackingExtensions.cs | | |
SortedValueListPropertyAspect
| | SortedValueListPropertyAspectConverter
| .SetAspect(new SortedValueListPropertyAspect())
| | |
VisibleInExplorerAspect
| | VisibleInExplorerAspectConverter
| .Aspect(() => new VisibleInExplorerAspect( )
.IsVisibleInExplorer()
.InverseIsVisibleInExplorer() - keine Verwendungen im Code
| | |
WarningAspect
| | - | .Warning()
| | |