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
| |
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()
| |
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
| | .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()
| |