Aspect | Converter | Verwendungen | Filename | Beschreibung | Argumente | Funktionen in der Liste | Funktionen im Detail | Beispiele |
---|
AbsoluteNavigationLinkAspectTarget
| AbsoluteNavigationLinkAspectTargetConverter
| .SetAbsoluteNavigationLink() - bei Verwendung mit einer normalen URL.
.SetAbsoluteNavigationLinkExpression() - bei Verwendung mit einem URL-Ausdruck.
| PropertyLinkBuilderExtensions | Es stellt einen Aspekt mit einer absoluten URL oder einen Ausdruck dar, der zu einer absoluten URL ausgewertet wird. | URL - die absolute URL zum Öffnen.
UrlExpression - der absolute URL-Ausdruck.
| - | Fügt dem PropertyLink-Element eine absolute URL hinzu. |
row.Add.Link(metadata.Person.AbsoluteLink, "public")
.SetAbsoluteNavigationLink("https://www.encodo.com", OpenInTarget.NewTab);
|
AggregationColumnAspect
| AggregationColumnAspectConverter
| .Aggregation()
| PropertyLinkBuilderExtensions | Fügt den Aggregationsaspekt hinzu. | ColumnName - Name der Spalte, die aggregiert werden soll.
AggregationMethod - Methode der Aggregation ("sum", "count", "min", "max" oder "average").
| Aggregiert die Spalte mit "sum", "count", "min", "max" oder "average". | - | list.Add.Link(metadata.Person.Number).Aggregation("sum")
|
AlignmentAspect
| - | .Alignment()
| | Enthält Informationen zur horizontalen und/oder vertikalen Ausrichtung innerhalb eines Layout-Elements. | | | | |
BackgroundColorAspect
| - | .BackgroundColor()
.BackgroundColorExpression()
| | | | | | |
BookmarkActionsAspect
| BookmarkActionsAspectConverter
| .BookmarkActions() in LayoutBuilderExtensions
| | 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. | | | | |
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
| CssClassAspectConverter
| .CssClass()
| | Enthält einen speziellen CSS-Klassennamen für ein gegebenes Layout-Element. | | | | |
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
| - | .FacetFilter()
| | Fügt eine Property in einem ListenLayout zum Facettenfilter hinzu. | | | | |
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
| MaskFormatAspectConverter
| .Mask()
| | Rename to MaskAspect | | | | |
MetaSortAspect
| MetaLayoutConverter
| .AddWebSort()
| | | | | | |
MultiLineColumnOptionsAspect
| - | .MultiLineColumnOptions()
| | Enthält Optionen für eine Multiline-Spalte in einer Liste. | | | | |
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
| - | .PublicWidgetOptions()
| | Enthält Optionen zum Styling eines öffentlichen Listen- oder Detail-Layouts. | | | | |
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()
| | | | | | |