Aspect | Converter | Verwendungen | Bemerkungen |
---|
AggregationColumnAspect
| AggregationColumnAspectConverter
| .Aggregation()
| |
BackgroundColorAspect
| - | .BackgroundColor()
.BackgroundColorExpression ()
- keine Verwendungen im Code | |
BookmarkActionsAspect
| BookmarkActionsAspectConverter
| .BookmarkActions() - keine Verwendungen im Code
| |
BreadcrumbParentAspect
| BreadcrumbParentAspectConverter
| .BreadcrumbParent()
| |
CacheInvalidationAspect
| - | .Aspect(() => new CacheInvalidationAspect()
| |
CheckboxConfigurationAspect
| CheckboxConfigurationAspectConverter
| .CheckboxOptions()
| |
ClassActionAspect
| ClassActionAspectConverter
| .IsClassAction()
| |
CollapsibleAspect
| CollapsibleAspectConverter
| .Collapsible()
| |
ConfirmationActionAspect
| ConfirmationActionAspectConverter
| .RequiresConfirmation()
| |
CustomTitleAspect
| CustomTitleAspectConverter
| .CustomTitle() - keine Verwendungen im Code
| |
DatePickerConfigurationAspect
| DatePickerConfigurationAspectConverter
| .DatePickerConfiguration()
| |
DashboardSizingAspect
| DashboardSizingAspectConverter
| .SetDashboardSizing()
| |
DataTestIdAspect
| DataTestIdAspectConverter
| .DataTestId() - keine Verwendungen im Code. Für UI Testing.
| |
DefaultAspect
| DefaultAspectConverter
| .SetDefault()
| |
DependencyAspect
| DependencyAspectConverter
| .Dependency()
.FindOrAddAspect(() => new DependencyAspect())
| |
DrilldownColumnAspect
| DrilldownColumnAspectConverter
| .IsDrilldownColum()
| |
DropdownConfigurationAspect
| DropdownConfigurationAspectConverter
| .DropdownConfiguration()
| |
ExpressionBasedLayoutScopeAspect
| ExpressionBasedLayoutScopeAspectConverter
| .Scope()
| |
FileUploadConfigurationAspect
| FileUploadOptionsConverter
| .FindOrAddAspect(() => new FileUploadConfigurationAspect )
| |
FontColorAspect
| - | .FontColor() - keine Verwendungen im Code
.FontColorExpression()
| |
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
| |
MaskFormatAspect
| MaskFormatAspectConverter
| .Mask()
| Rename to MaskAspect |
MetaSortAspect
| MetaLayoutConverter
| .AddWebSort()
| |
NotificationClassAspect
| NotificationClassAspectConverter
| .IsNotificationClass()
| |
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
| |
AbsoluteNavigationLinkAspect
| AbsoluteNavigationLinkAspectConverter
| .SetAbsoluteNavigationLink()
.SetAbsoluteNavigationLinkExpression() - keine Verwendungen im Code
.SetTarget()
| |
AbsoluteNavigationLinkAspectTarget
| AbsoluteNavigationLinkAspectConverter
| Used in AbsoluteNavigationLinkAspect.cs | |
ClassNavigationLinkAspect
| ClassNavigationLinkAspectConverter
| .SetClassNavigationLink() - keine Verwendungen im Code
.SetTarget()
| |
ClassNavigationLinkAspectTarget
| ClassNavigationLinkAspectConverter
| Used in ClassNavigationLinkAspect.cs | |
ObjectNavigationLinkAspect
| ObjectNavigationLinkAspectConverter
| .SetObjectNavigationLink()
| |
ObjectNavigationLinkAspectTarget
| ObjectNavigationLinkAspectConverter
| Used in ObjectNavigationLinkAspect.cs | |
CalenderExportAspect
| - | Used in its own file | |
GlobalSearchClassAspect
| - | .Searchable()
| |
GlobalSearchDeltaUpdateCollectorAspect
| - | .Searchable()
| |
GlobalSearchFilteredPropertyAspect
| - | .Searchable()
| |
GlobalSearchPropertyAspect
| - | .Searchable()
Used in GlobalSearchProvider.cs | |
ClientSecretHashingAspect
| - | .Aspect(() => new ClientSecretHashingAspect())
| |
NumberGroupCreateEventClassAspect
| - | .AssignNumberGroup()
| |
NumberGroupDefinitionModelAspect
| - | .AssignNumberGroup()
Used in NumberGroupCreateEventClass.cs Used in NumberGroupDataGenerator.cs | |
ResponsiveBoxAspect
| ResponsiveBoxAspectConverter
| .FindOrAddAspect<IResponsiveBoxAspect>(() => new ResponsiveBoxAspect())
| |
ResponsiveLocationAspect
| ResponsiveLocationAspectConverter
| .FindOrAddAspect<IResponsiveLocationAspect>(() => new ResponsiveLocationAspect())
| |
FormatAspectConverter
| Same file | Keine Verwendungen im Code | |