Skip to content

Commit

Permalink
NamedView relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Jan 12, 2024
1 parent 56bda19 commit d51e819
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7038,6 +7038,28 @@
Settings for the <see cref="T:Havit.Blazor.Components.Web.Bootstrap.HxOffcanvas"/> with the filter.
</summary>
</member>
<member name="T:Havit.Blazor.Components.Web.Bootstrap.NamedView`1">
<summary>
Represents a named view for <see cref="T:Havit.Blazor.Components.Web.Bootstrap.HxListLayout`1" />.
</summary>
</member>
<member name="P:Havit.Blazor.Components.Web.Bootstrap.NamedView`1.Name">
<summary>
Name of the view. Used as a label in the list. Can be used as a title for the <see cref="T:Havit.Blazor.Components.Web.Bootstrap.HxListLayout`1" />.
</summary>
</member>
<member name="P:Havit.Blazor.Components.Web.Bootstrap.NamedView`1.FilterModelFactory">
<summary>
Creates new filter model for the view.
</summary>
</member>
<member name="M:Havit.Blazor.Components.Web.Bootstrap.NamedView`1.#ctor(System.String,System.Func{`0})">
<summary>
Creates a new instance of <see cref="T:Havit.Blazor.Components.Web.Bootstrap.NamedView`1" /> which uses a factory to build a filter model.
</summary>
<param name="name">Name of the view.</param>
<param name="filterModelFactory">Function which builds a new filter model to be applied when the view is selected.</param>
</member>
<member name="T:Havit.Blazor.Components.Web.Bootstrap.HxListGroup">
<summary>
<see href="https://getbootstrap.com/docs/5.3/components/list-group/">Bootstrap 5 List group</see> component.<br/>
Expand Down Expand Up @@ -7763,28 +7785,6 @@
Extra large. Modal max-width: 1140px.
</summary>
</member>
<member name="T:Havit.Blazor.Components.Web.Bootstrap.NamedView`1">
<summary>
Represents a named view for <see cref="T:Havit.Blazor.Components.Web.Bootstrap.HxListLayout`1" />.
</summary>
</member>
<member name="P:Havit.Blazor.Components.Web.Bootstrap.NamedView`1.Name">
<summary>
Name of the view. Used as a label in the list. Can be used as a title for the <see cref="T:Havit.Blazor.Components.Web.Bootstrap.HxListLayout`1" />.
</summary>
</member>
<member name="P:Havit.Blazor.Components.Web.Bootstrap.NamedView`1.FilterModelFactory">
<summary>
Creates new filter model for the view.
</summary>
</member>
<member name="M:Havit.Blazor.Components.Web.Bootstrap.NamedView`1.#ctor(System.String,System.Func{`0})">
<summary>
Creates a new instance of <see cref="T:Havit.Blazor.Components.Web.Bootstrap.NamedView`1" /> which uses a factory to build a filter model.
</summary>
<param name="name">Name of the view.</param>
<param name="filterModelFactory">Function which builds a new filter model to be applied when the view is selected.</param>
</member>
<member name="T:Havit.Blazor.Components.Web.Bootstrap.AnchorFragmentNavigationAutomationMode">
<summary>
Automation mode for <see cref="T:Havit.Blazor.Components.Web.Bootstrap.HxAnchorFragmentNavigation"/>.
Expand Down

0 comments on commit d51e819

Please sign in to comment.