mvccontrib 2.0.95.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/Dependencies/Microsoft.Web.Mvc.dll +0 -0
- data/lib/Dependencies/Rhino.Mocks.dll +0 -0
- data/lib/InputBuilderTemplates/Array.Master +25 -0
- data/lib/InputBuilderTemplates/Array.aspx +173 -0
- data/lib/InputBuilderTemplates/ArrayAddButton.aspx +3 -0
- data/lib/InputBuilderTemplates/ArrayRemoveButton.aspx +3 -0
- data/lib/InputBuilderTemplates/Boolean.aspx +6 -0
- data/lib/InputBuilderTemplates/DateTime.aspx +15 -0
- data/lib/InputBuilderTemplates/Display.Master +9 -0
- data/lib/InputBuilderTemplates/DisplayInline.aspx +6 -0
- data/lib/InputBuilderTemplates/DisplayLabel.aspx +7 -0
- data/lib/InputBuilderTemplates/DisplayParagraph.aspx +4 -0
- data/lib/InputBuilderTemplates/Enum.aspx +8 -0
- data/lib/InputBuilderTemplates/Field.Master +22 -0
- data/lib/InputBuilderTemplates/Form.aspx +8 -0
- data/lib/InputBuilderTemplates/Guid.aspx +6 -0
- data/lib/InputBuilderTemplates/HiddenField.Master +4 -0
- data/lib/InputBuilderTemplates/Int32.aspx +6 -0
- data/lib/InputBuilderTemplates/MultilineText.aspx +3 -0
- data/lib/InputBuilderTemplates/RadioButtons.aspx +14 -0
- data/lib/InputBuilderTemplates/ReadOnly.aspx +8 -0
- data/lib/InputBuilderTemplates/Row.Master +7 -0
- data/lib/InputBuilderTemplates/String.aspx +6 -0
- data/lib/InputBuilderTemplates/Submit.aspx +6 -0
- data/lib/License.txt +71 -0
- data/lib/MvcContrib.FluentHtml.dll +0 -0
- data/lib/MvcContrib.FluentHtml.xml +1291 -0
- data/lib/MvcContrib.TestHelper.XML +1178 -0
- data/lib/MvcContrib.TestHelper.dll +0 -0
- data/lib/MvcContrib.WatiN.dll +0 -0
- data/lib/MvcContrib.XML +2491 -0
- data/lib/MvcContrib.dll +0 -0
- data/lib/T4MVC/T4MVC.settings.t4 +96 -0
- data/lib/T4MVC/T4MVC.tt +1418 -0
- data/lib/T4MVC/readme.txt +224 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/ExpressionToRouteValueConverter`1.htm +199 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/IControllerExpressionContainer.htm +133 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/PermanentRedirectResult.htm +189 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/PermanentRedirectToActionResult.htm +145 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/RedirectToRouteResult`1.htm +145 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/XmlResult.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/AbstractParameterBinderAttribute.htm +208 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/DerivedTypeBinderAwareAttribute.htm +137 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/DeserializeAttribute.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/RequestStore.htm +272 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/index.htm +118 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/DerivedTypeModelBinder.htm +126 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/DerivedTypeModelBinderCache.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/IPropertyNameProvider.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/ITypeStampOperator.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/SubControllerBinder.htm +146 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/TypeStampOperator.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.ControllerFactories/IoCControllerFactory.htm +134 -0
- data/lib/help/mvccontrib/MvcContrib.ControllerFactories/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.EnumerableExtensions/EnumerableExtensions.htm +176 -0
- data/lib/help/mvccontrib/MvcContrib.EnumerableExtensions/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/DebugAttribute.htm +172 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/LayoutAttribute.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/ModelStateToTempDataAttribute.htm +169 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/ParamType.htm +173 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/PassParametersDuringRedirectAttribute.htm +170 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/PreconditionFilter.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/PredicatePreconditionFilter.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/RegExPreconditionFilter.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/RescueAttribute.htm +199 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/SubControllerActionToViewDataAttribute.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/TempDataToViewDataAttribute.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/UtilityHtmlExtensions.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/index.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/AbstractFluentController.htm +269 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/AbstractRestfulFluentController.htm +305 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/FluentControllerAction`1.htm +203 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.Interfaces/IDependencyResolver.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.Interfaces/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/CustomPagination`1.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/IPagination.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/IPagination`1.htm +123 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/LazyPagination`1.htm +191 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/PaginationHelper.htm +163 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/index.htm +124 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/ApplicationBus.htm +524 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/AssemblyResourceManager.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/EmbeddedResourceController.htm +237 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IApplicationBus.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/ICommandMessage`1.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/ICommandResult.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IEventMessage.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IMessageHandler.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IMessageHandlerFactory.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IMessageHandler`1.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IQueryMessage`1.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/MessageHandlerFactory.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/MessageHandler`1.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/PortableAreaRegistration.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/index.htm +151 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/CompressResponseAttribute.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/DebugHttpHandler.htm +171 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/DebugRoute.htm +211 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/DebugRouteHandler.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/MvcRoute.htm +256 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/RegexRoute.htm +183 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/RouteAttributeUtility.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/RouteDebugger.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/UrlRouteAttribute.htm +163 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/UrlRouteParameterConstraintAttribute.htm +156 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/UrlRouteParameterDefaultAttribute.htm +156 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/index.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.Services/DependencyResolver.htm +144 -0
- data/lib/help/mvccontrib/MvcContrib.Services/EmailMetadata.htm +165 -0
- data/lib/help/mvccontrib/MvcContrib.Services/EmailTemplateService.htm +125 -0
- data/lib/help/mvccontrib/MvcContrib.Services/IEmailTemplateService.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.Services/IViewStreamReader.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.Services/index.htm +124 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/IRestfulActionResolver.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulAction.htm +238 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulActionResolver.htm +123 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulGetAction.htm +194 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulPostAction.htm +172 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/SimplyRestfulRouteHandler.htm +185 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.Sorting/SortDirection.htm +153 -0
- data/lib/help/mvccontrib/MvcContrib.Sorting/SortExtensions.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.Sorting/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ASPXViewEngine/AutoTypeViewPage`1.htm +973 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ASPXViewEngine/AutoTypeViewUserControl`1.htm +354 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ASPXViewEngine/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.DataList/DataListExtensions.htm +141 -0
- data/lib/help/mvccontrib/MvcContrib.UI.DataList/DataList`1.htm +243 -0
- data/lib/help/mvccontrib/MvcContrib.UI.DataList/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.ActionSyntax/ActionSyntaxExtensions.htm +209 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.ActionSyntax/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.Syntax/IGridWithOptions`1.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.Syntax/IGrid`1.htm +132 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.Syntax/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/AutoColumnGridModel`1.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/ColumnBuilder`1.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridColumn`1.htm +211 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridExtensions.htm +292 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridModel`1.htm +215 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridRenderer`1.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridRowViewData`1.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridRow`1.htm +169 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridSections`1.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridSortOptions.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/Grid`1.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/HtmlTableGridRenderer`1.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridColumn`1.htm +240 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridModel`1.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridRenderer`1.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridSections`1.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/RenderingContext.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/index.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/HtmlHelperExtension.htm +166 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/HtmlStringExtensions.htm +157 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/ModelVisualizerExtension.htm +157 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/CanDeleteAllAttribute.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/DisplayOrderAttribute.htm +140 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/ExampleAttribute.htm +184 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/LabelAttribute.htm +155 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/NoAddAttribute.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/NoDeleteAttribute.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/PartialViewAttribute.htm +155 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/DateTimePropertyConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/DefaultNameConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/DefaultProperyConvention.htm +198 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/EnumPropertyConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/GuidPropertyConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/IPropertyViewModelFactory.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/IPropertyViewModelNameConvention.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/IRequireViewModelFactory.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/PropertyInfoExtensions.htm +166 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/index.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/DisplayOrderExtensions.htm +130 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/ExpressionHelper.htm +130 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/ReflectionHelper.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/DefaultTypeViewModelFactoryConvention.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/IInputSpecification`1.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/ITypeViewModelFactory.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/IViewModelFactory.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/InputPropertySpecification.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/InputTypeSpecification`1.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/Input`1.htm +158 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/RenderInputBuilderException.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/ViewModelFactory`1.htm +174 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/index.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/AssemblyResourceProvider.htm +212 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/AssemblyResourceStore.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/AssemblyResourceVirtualFile.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/InputBuilderViewEngine.htm +188 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/index.htm +118 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/DisplayPartial.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/HtmlDisplayExtensions.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/HtmlExtensions.htm +214 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/IInputSpecificationExtensions.htm +166 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/ModelType`1.htm +179 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/Partial.htm +255 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/PropertyViewModel.htm +207 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/PropertyViewModel`1.htm +194 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/TypeViewModel.htm +179 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/index.htm +133 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/ArrayPropertyConvention.htm +159 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/ArrayTypeViewModelExtensions.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/DefaultPropertyConventionsFactory.htm +274 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/DefaultTypeConventionsFactory.htm +274 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/InputBuilder.htm +181 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/index.htm +121 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/ActionMenuItem`1.htm +221 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/AuthorizeAttributeExtensions.htm +144 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/Menu.htm +375 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuBuilderHtmlExtensions.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuHelpText.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuItem.htm +362 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuList.htm +268 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuTitle.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/OpenAuthorizeAttribute.htm +180 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/SecureActionMenuItem`1.htm +208 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/index.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Pager/Pager.htm +183 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Pager/PaginationExtensions.htm +156 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Pager/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/ExplicitFacadeDictionary`2.htm +119 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/ParamBuilder.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/ParamNames.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/Params.htm +134 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/index.htm +118 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ReturnUrl/IReturnUrlManager.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ReturnUrl/ReturnUrlManager.htm +144 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ReturnUrl/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.UI/CleanTagBuilder.htm +210 -0
- data/lib/help/mvccontrib/MvcContrib.UI/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/FileSystemViewSourceLoader.htm +138 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/FileViewSource.htm +134 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/IViewSource.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/IViewSourceLoader.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/index.htm +121 -0
- data/lib/help/mvccontrib/MvcContrib/Bus.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib/ControllerExtensions.htm +212 -0
- data/lib/help/mvccontrib/MvcContrib/ConversionExtensions.htm +186 -0
- data/lib/help/mvccontrib/MvcContrib/DefaultConvertible.htm +304 -0
- data/lib/help/mvccontrib/MvcContrib/DictionaryExtensions.htm +192 -0
- data/lib/help/mvccontrib/MvcContrib/Hash.htm +216 -0
- data/lib/help/mvccontrib/MvcContrib/Hash`1.htm +261 -0
- data/lib/help/mvccontrib/MvcContrib/HeadResult.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib/HttpContextExtensions.htm +174 -0
- data/lib/help/mvccontrib/MvcContrib/HttpContextProvider.htm +170 -0
- data/lib/help/mvccontrib/MvcContrib/HttpHeaders.htm +193 -0
- data/lib/help/mvccontrib/MvcContrib/IHttpContextProvider.htm +170 -0
- data/lib/help/mvccontrib/MvcContrib/ISubController.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib/ISubController`1.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib/MimeTypes.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib/NameValueDeserializer.htm +230 -0
- data/lib/help/mvccontrib/MvcContrib/ObjectExtensions.htm +206 -0
- data/lib/help/mvccontrib/MvcContrib/StringExtensions.htm +192 -0
- data/lib/help/mvccontrib/MvcContrib/SubController.htm +271 -0
- data/lib/help/mvccontrib/MvcContrib/SubController`1.htm +247 -0
- data/lib/help/mvccontrib/MvcContrib/UrlHelperExtensions.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib/ViewDataExtensions.htm +288 -0
- data/lib/help/mvccontrib/MvcContrib/index.htm +175 -0
- data/lib/help/mvccontrib/index.htm +29 -0
- data/lib/help/mvccontrib/js/jquery-1.3.2.min.js +19 -0
- data/lib/help/mvccontrib/js/jquery.scrollTo-min.js +11 -0
- data/lib/help/mvccontrib/js/navigation.js +11 -0
- data/lib/help/mvccontrib/main.css +208 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/AutoLabelBehavior.htm +130 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/AutoLabelSettings.htm +105 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/BehaviorMarkerExtensions.htm +118 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/CacheingBehaviorApplier.htm +98 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/GenericTypeSpec.htm +122 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehavior.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehaviorMarker.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehavior`1.htm +100 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehaviorsContainer.htm +97 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IMemberBehavior.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IModelStateHandler.htm +100 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ISupportsMaxLength.htm +87 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ISupportsModelState.htm +98 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/MemberBehaviorHelper`1.htm +122 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ThreadSafeDictionary`2.htm +200 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ValidationBehavior.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/index.htm +99 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Button.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBox.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBoxBase`1.htm +166 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBoxList.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBoxListBase`1.htm +192 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/DisableableElement`1.htm +158 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Element`1.htm +289 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FileUpload.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FormElement`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FormLiteral.htm +142 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FormLiteralBase`1.htm +142 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Hidden.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/IElement.htm +229 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/IMemberElement.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Index.htm +180 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Input`1.htm +170 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Label.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/LabelBase`1.htm +157 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Literal.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/LiteralBase`1.htm +158 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/MultiSelect.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/MultiSelect`1.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Option.htm +182 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/OptionsElementBase`1.htm +210 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Password.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioButton.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioSet.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioSetBase`1.htm +168 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ResetButton.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ResetButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Select.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/SelectBase`1.htm +213 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Select`1.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/SubmitButton.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/SubmitButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextArea.htm +139 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextAreaBase`1.htm +166 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextBox.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextInput`1.htm +158 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TypeStamp.htm +155 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ValidationMessage.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/ExpressionExtensions.htm +96 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/ExpressionNameVisitor.htm +72 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/ExpressionNameVisitorResult.htm +74 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/index.htm +57 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlAttribute.htm +253 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlEventAttribute.htm +77 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlInputType.htm +165 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlTag.htm +165 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/index.htm +60 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/IViewModelContainer`1.htm +93 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelStateDictionaryExtensions.htm +106 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelViewMasterPage`1.htm +484 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelViewPage`1.htm +810 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelViewUserControl`1.htm +314 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/PartialNameConventionService.htm +106 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/PartialRenderer`2.htm +107 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/StringExtensions.htm +108 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ViewDataContainerExtensions.htm +320 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ViewModelContainerExtensions.htm +412 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/index.htm +81 -0
- data/lib/help/mvccontrib_fluentHtml/index.htm +29 -0
- data/lib/help/mvccontrib_fluentHtml/js/jquery-1.3.2.min.js +19 -0
- data/lib/help/mvccontrib_fluentHtml/js/jquery.scrollTo-min.js +11 -0
- data/lib/help/mvccontrib_fluentHtml/js/navigation.js +11 -0
- data/lib/help/mvccontrib_fluentHtml/main.css +208 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpContext.htm +305 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpRequest.htm +316 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpResponse.htm +486 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpSessionState.htm +235 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeIdentity.htm +83 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakePrincipal.htm +86 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/index.htm +64 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionExpectations`1.htm +182 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionRedirect.htm +103 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionRender.htm +115 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionReturn.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/CallSuccess.htm +105 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ControllerRedirect.htm +103 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ControllerRender.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/GivenController.htm +86 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ModelStateHelper.htm +92 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ViewRender.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/index.htm +76 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/AssertExtensions.htm +150 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/BaseClassLibraryExtensions.htm +134 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/DisplayTable`1.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/EnumerableExtensions.htm +94 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IBrowserDriver.htm +184 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IInputTester.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IInputTesterFactory.htm +94 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IMultipleInputTesterFactory.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/InputForm`1.htm +133 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/InputTesterBase`1.htm +81 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/InputTesterFactory.htm +466 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/MultipleInputTesterFactory.htm +250 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/RowFilter`1.htm +108 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/TextInputTester.htm +81 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/TextInputTesterFactory.htm +81 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/index.htm +94 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ActionResultAssertionException.htm +190 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ActionResultHelper.htm +304 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/AssertionException.htm +137 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/AttributeExtensions.htm +117 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/DerivedRoute.htm +95 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ElementIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/GeneralTestExtensions.htm +155 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/IRouteType.htm +108 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/IWriteableHttpFileCollection.htm +109 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/MethodInfoExtensions.htm +109 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/NameAndDescriptionIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/NamedRoute.htm +95 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/NavigationLinkIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ObjectExtensions.htm +95 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/OutBoundUrl.htm +116 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/OutBoundUrlContext.htm +118 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/RecordIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/RouteTestingExtensions.htm +238 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/SectionIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/TestControllerBuilder.htm +232 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/WebTestUtility.htm +108 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/WriteableHttpFileCollection.htm +171 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/index.htm +115 -0
- data/lib/help/mvccontrib_testhelper/index.htm +29 -0
- data/lib/help/mvccontrib_testhelper/js/jquery-1.3.2.min.js +19 -0
- data/lib/help/mvccontrib_testhelper/js/jquery.scrollTo-min.js +11 -0
- data/lib/help/mvccontrib_testhelper/js/navigation.js +11 -0
- data/lib/help/mvccontrib_testhelper/main.css +208 -0
- metadata +483 -0
|
Binary file
|
|
Binary file
|
data/lib/MvcContrib.XML
ADDED
|
@@ -0,0 +1,2491 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<doc>
|
|
3
|
+
<assembly>
|
|
4
|
+
<name>MvcContrib</name>
|
|
5
|
+
</assembly>
|
|
6
|
+
<members>
|
|
7
|
+
<member name="T:MvcContrib.ActionResults.PermanentRedirectResult">
|
|
8
|
+
<summary>
|
|
9
|
+
Action result that performs an HTTP 301 permanent redirect to a url.
|
|
10
|
+
</summary>
|
|
11
|
+
<example>
|
|
12
|
+
<![CDATA[
|
|
13
|
+
public PermanentRedirectResult OldActionName() {
|
|
14
|
+
return new PermanentRedirectResult("http://www.asp.net/mvc/");
|
|
15
|
+
}
|
|
16
|
+
]]>
|
|
17
|
+
</example>
|
|
18
|
+
</member>
|
|
19
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectResult.#ctor">
|
|
20
|
+
<summary>
|
|
21
|
+
Creates a new instance of the PermanentRedirectResult class
|
|
22
|
+
</summary>
|
|
23
|
+
</member>
|
|
24
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectResult.#ctor(System.String)">
|
|
25
|
+
<summary>
|
|
26
|
+
Creates a new instance of the PermanentRedirectResult class
|
|
27
|
+
</summary>
|
|
28
|
+
<param name="url"></param>
|
|
29
|
+
</member>
|
|
30
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectResult.ExecuteResult(System.Web.Mvc.ControllerContext)">
|
|
31
|
+
<summary>
|
|
32
|
+
Sends an HTTP 301 Permanent Redirect to the result stream.
|
|
33
|
+
</summary>
|
|
34
|
+
<param name="context">The controller context for the current request.</param>
|
|
35
|
+
</member>
|
|
36
|
+
<member name="P:MvcContrib.ActionResults.PermanentRedirectResult.Url">
|
|
37
|
+
<summary>
|
|
38
|
+
The url.
|
|
39
|
+
</summary>
|
|
40
|
+
</member>
|
|
41
|
+
<member name="T:MvcContrib.ActionResults.PermanentRedirectToActionResult">
|
|
42
|
+
<summary>
|
|
43
|
+
Action Result that performs an HTTP 301 permanent redirect to an action.
|
|
44
|
+
</summary>
|
|
45
|
+
<example>
|
|
46
|
+
<![CDATA[
|
|
47
|
+
public PermanentRedirectToActionResult OldActionName(int id) {
|
|
48
|
+
return new PermanentRedirectToActionResult("NewActionName", new { id = id });
|
|
49
|
+
}
|
|
50
|
+
]]>
|
|
51
|
+
</example>
|
|
52
|
+
</member>
|
|
53
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectToActionResult.#ctor(System.String)">
|
|
54
|
+
<summary>
|
|
55
|
+
Creates a new instance of the PermanentRedirectToActionResult class
|
|
56
|
+
</summary>
|
|
57
|
+
<param name="actionName">The name of the action.</param>
|
|
58
|
+
</member>
|
|
59
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectToActionResult.#ctor(System.String,System.Object)">
|
|
60
|
+
<summary>
|
|
61
|
+
Creates a new instance of the PermanentRedirectToActionResult class
|
|
62
|
+
</summary>
|
|
63
|
+
<param name="actionName">The name of the action.</param>
|
|
64
|
+
<param name="routeValues">An object containing the parameters for a route. The parameters are retrieved via reflection by examining the properties of the object. Typically created using object initializer syntax.</param>
|
|
65
|
+
</member>
|
|
66
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectToActionResult.#ctor(System.String,System.String,System.Object)">
|
|
67
|
+
<summary>
|
|
68
|
+
Creates a new instance of the PermanentRedirectToActionResult class
|
|
69
|
+
</summary>
|
|
70
|
+
<param name="actionName">The name of the action.</param>
|
|
71
|
+
<param name="controllerName">The name of the controller.</param>
|
|
72
|
+
<param name="routeValues">An object containing the parameters for a route. The parameters are retrieved via reflection by examining the properties of the object. Typically created using object initializer syntax.</param>
|
|
73
|
+
</member>
|
|
74
|
+
<member name="M:MvcContrib.ActionResults.PermanentRedirectToActionResult.ExecuteResult(System.Web.Mvc.ControllerContext)">
|
|
75
|
+
<summary>
|
|
76
|
+
Calculates the url based on the values passed, and sends an HTTP 301 Permanent Redirect to the result stream.
|
|
77
|
+
</summary>
|
|
78
|
+
<param name="context">The controller context for the current request.</param>
|
|
79
|
+
</member>
|
|
80
|
+
<member name="P:MvcContrib.ActionResults.PermanentRedirectToActionResult.ControllerName">
|
|
81
|
+
<summary>
|
|
82
|
+
The name of the controller.
|
|
83
|
+
</summary>
|
|
84
|
+
</member>
|
|
85
|
+
<member name="P:MvcContrib.ActionResults.PermanentRedirectToActionResult.ActionName">
|
|
86
|
+
<summary>
|
|
87
|
+
The name of the action.
|
|
88
|
+
</summary>
|
|
89
|
+
</member>
|
|
90
|
+
<member name="P:MvcContrib.ActionResults.PermanentRedirectToActionResult.RouteValues">
|
|
91
|
+
<summary>
|
|
92
|
+
An object containing the parameters for a route. The parameters are retrieved via reflection by examining the properties of the object. Typically created using object initializer syntax.
|
|
93
|
+
</summary>
|
|
94
|
+
</member>
|
|
95
|
+
<member name="T:MvcContrib.ActionResults.RedirectToRouteResult`1">
|
|
96
|
+
<summary>
|
|
97
|
+
Represents a result that performs a redirect using a lambda expression to generate the route values.
|
|
98
|
+
</summary>
|
|
99
|
+
<typeparam name="T">Type of controller</typeparam>
|
|
100
|
+
</member>
|
|
101
|
+
<member name="M:MvcContrib.ActionResults.RedirectToRouteResult`1.#ctor(System.Linq.Expressions.Expression{System.Action{`0}})">
|
|
102
|
+
<summary>
|
|
103
|
+
Creates a new instance of the RedirectToRouteResult class.
|
|
104
|
+
</summary>
|
|
105
|
+
<param name="expression"></param>
|
|
106
|
+
</member>
|
|
107
|
+
<member name="M:MvcContrib.ActionResults.RedirectToRouteResult`1.#ctor(System.Linq.Expressions.Expression{System.Action{`0}},MvcContrib.ActionResults.ExpressionToRouteValueConverter{`0})">
|
|
108
|
+
<summary>
|
|
109
|
+
Creates a new instance of the RedirectToRouteResult class using the specified ExpressionParser
|
|
110
|
+
</summary>
|
|
111
|
+
</member>
|
|
112
|
+
<member name="P:MvcContrib.ActionResults.RedirectToRouteResult`1.Expression">
|
|
113
|
+
<summary>
|
|
114
|
+
The route values.
|
|
115
|
+
</summary>
|
|
116
|
+
</member>
|
|
117
|
+
<member name="T:MvcContrib.ActionResults.XmlResult">
|
|
118
|
+
<summary>
|
|
119
|
+
Action result that serializes the specified object into XML and outputs it to the response stream.
|
|
120
|
+
<example>
|
|
121
|
+
<![CDATA[
|
|
122
|
+
public XmlResult AsXml() {
|
|
123
|
+
List<Person> people = _peopleService.GetPeople();
|
|
124
|
+
return new XmlResult(people);
|
|
125
|
+
}
|
|
126
|
+
]]>
|
|
127
|
+
</example>
|
|
128
|
+
</summary>
|
|
129
|
+
</member>
|
|
130
|
+
<member name="M:MvcContrib.ActionResults.XmlResult.#ctor(System.Object)">
|
|
131
|
+
<summary>
|
|
132
|
+
Creates a new instance of the XmlResult class.
|
|
133
|
+
</summary>
|
|
134
|
+
<param name="objectToSerialize">The object to serialize to XML.</param>
|
|
135
|
+
</member>
|
|
136
|
+
<member name="M:MvcContrib.ActionResults.XmlResult.ExecuteResult(System.Web.Mvc.ControllerContext)">
|
|
137
|
+
<summary>
|
|
138
|
+
Serialises the object that was passed into the constructor to XML and writes the corresponding XML to the result stream.
|
|
139
|
+
</summary>
|
|
140
|
+
<param name="context">The controller context for the current request.</param>
|
|
141
|
+
</member>
|
|
142
|
+
<member name="P:MvcContrib.ActionResults.XmlResult.ObjectToSerialize">
|
|
143
|
+
<summary>
|
|
144
|
+
The object to be serialized to XML.
|
|
145
|
+
</summary>
|
|
146
|
+
</member>
|
|
147
|
+
<member name="F:MvcContrib.Attributes.RequestStore.QueryString">
|
|
148
|
+
<summary>
|
|
149
|
+
Sets paramter values from Request.QueryString
|
|
150
|
+
</summary>
|
|
151
|
+
</member>
|
|
152
|
+
<member name="F:MvcContrib.Attributes.RequestStore.Form">
|
|
153
|
+
<summary>
|
|
154
|
+
Sets parameter values from Request.Form
|
|
155
|
+
</summary>
|
|
156
|
+
</member>
|
|
157
|
+
<member name="F:MvcContrib.Attributes.RequestStore.Params">
|
|
158
|
+
<summary>
|
|
159
|
+
Sets parameter values from all of the above locations in the above order
|
|
160
|
+
If a parameter value is found in more than one location, they will be returned in comma separated form in the above order
|
|
161
|
+
e.g. QueryString = 4, Form = 6 "4,6"
|
|
162
|
+
</summary>
|
|
163
|
+
</member>
|
|
164
|
+
<member name="F:MvcContrib.Attributes.RequestStore.TempData">
|
|
165
|
+
<summary>
|
|
166
|
+
Sets parameter values from Controller.TempData only
|
|
167
|
+
</summary>
|
|
168
|
+
</member>
|
|
169
|
+
<member name="F:MvcContrib.Attributes.RequestStore.All">
|
|
170
|
+
<summary>
|
|
171
|
+
Sets parameter values from all fo the above locations in the above order
|
|
172
|
+
If a parameter value is found in more than one location, they will be returned in comma separated form in the above order
|
|
173
|
+
e.g. QueryString = 4, Form = 6, TempData = 2, RouteData = 1 "4,6,3,2"
|
|
174
|
+
</summary>
|
|
175
|
+
</member>
|
|
176
|
+
<member name="T:MvcContrib.Attributes.DerivedTypeBinderAwareAttribute">
|
|
177
|
+
<summary>
|
|
178
|
+
This attribute is used to identify alternate types that should be considered by the default model
|
|
179
|
+
binder when running.
|
|
180
|
+
</summary>
|
|
181
|
+
</member>
|
|
182
|
+
<member name="M:MvcContrib.Attributes.DerivedTypeBinderAwareAttribute.#ctor(System.Type)">
|
|
183
|
+
<summary>
|
|
184
|
+
ctor describing a class that may be alternatively bound to a common base property
|
|
185
|
+
</summary>
|
|
186
|
+
<param name="derivedType"></param>
|
|
187
|
+
</member>
|
|
188
|
+
<member name="P:MvcContrib.Attributes.DerivedTypeBinderAwareAttribute.DerivedType">
|
|
189
|
+
<summary>
|
|
190
|
+
the type declared for binding
|
|
191
|
+
</summary>
|
|
192
|
+
</member>
|
|
193
|
+
<member name="T:MvcContrib.Binders.DerivedTypeModelBinder">
|
|
194
|
+
<summary>
|
|
195
|
+
This model binder extends the default model binder to detect alternate runtime types
|
|
196
|
+
on a page and allow the binder adapt to derived types.
|
|
197
|
+
</summary>
|
|
198
|
+
</member>
|
|
199
|
+
<member name="M:MvcContrib.Binders.DerivedTypeModelBinder.CreateModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.Type)">
|
|
200
|
+
<summary>
|
|
201
|
+
An override of CreateModel that focuses on detecting alternate types at runtime
|
|
202
|
+
</summary>
|
|
203
|
+
<param name="controllerContext">the controller context</param>
|
|
204
|
+
<param name="bindingContext">the binding context</param>
|
|
205
|
+
<param name="modelType">the target type to be instantiated by this method and rehydrated by
|
|
206
|
+
the default model binder</param>
|
|
207
|
+
<returns>instance of the target model type</returns>
|
|
208
|
+
</member>
|
|
209
|
+
<member name="T:MvcContrib.Binders.DerivedTypeModelBinderCache">
|
|
210
|
+
<summary>
|
|
211
|
+
This cache is used to both improve performance of the derived type model binder
|
|
212
|
+
on cases where a binding type has already been identified.
|
|
213
|
+
</summary>
|
|
214
|
+
</member>
|
|
215
|
+
<member name="M:MvcContrib.Binders.DerivedTypeModelBinderCache.RegisterDerivedTypes(System.Type,System.Collections.Generic.IEnumerable{System.Type})">
|
|
216
|
+
<summary>
|
|
217
|
+
Registers the attached set of derived types by the indicated base type
|
|
218
|
+
</summary>
|
|
219
|
+
<param name="baseType">base type that will be encountered by the binder where an alternate value should be used</param>
|
|
220
|
+
<param name="derivedTypes">an enumerable set of types to be considered for binding</param>
|
|
221
|
+
</member>
|
|
222
|
+
<member name="M:MvcContrib.Binders.DerivedTypeModelBinderCache.GetDerivedTypes(System.Type)">
|
|
223
|
+
<summary>
|
|
224
|
+
Searches for the requested base type in the cache
|
|
225
|
+
</summary>
|
|
226
|
+
<param name="baseType">type used to located the set of registered alternate types</param>
|
|
227
|
+
<returns>the set of matching alternate types or null when a set is not found</returns>
|
|
228
|
+
</member>
|
|
229
|
+
<member name="M:MvcContrib.Binders.DerivedTypeModelBinderCache.Reset">
|
|
230
|
+
<summary>
|
|
231
|
+
removes all items from the cache
|
|
232
|
+
</summary>
|
|
233
|
+
</member>
|
|
234
|
+
<member name="T:MvcContrib.Binders.SubControllerBinder">
|
|
235
|
+
<summary>
|
|
236
|
+
Binder that creates SubControllers that are needed for an action method
|
|
237
|
+
</summary>
|
|
238
|
+
</member>
|
|
239
|
+
<member name="M:MvcContrib.Binders.SubControllerBinder.CreateSubController(System.Type)">
|
|
240
|
+
<summary>
|
|
241
|
+
Creates the subcontroller given its type. Override this method to wire into an IoC container
|
|
242
|
+
</summary>
|
|
243
|
+
<param name="destinationType">The type of subcontroller</param>
|
|
244
|
+
<returns>an object instance</returns>
|
|
245
|
+
</member>
|
|
246
|
+
<member name="T:MvcContrib.ConversionExtensions">
|
|
247
|
+
<summary>
|
|
248
|
+
Class used for type conversion related extension methods
|
|
249
|
+
</summary>
|
|
250
|
+
</member>
|
|
251
|
+
<member name="T:MvcContrib.EnumerableExtensions.EnumerableExtensions">
|
|
252
|
+
<summary>
|
|
253
|
+
Extension methods on IEnumerable.
|
|
254
|
+
</summary>
|
|
255
|
+
</member>
|
|
256
|
+
<member name="M:MvcContrib.EnumerableExtensions.EnumerableExtensions.ToSelectList``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,System.String})">
|
|
257
|
+
<summary>
|
|
258
|
+
Converts the source sequence into an IEnumerable of SelectListItem
|
|
259
|
+
</summary>
|
|
260
|
+
<param name="items">Source sequence</param>
|
|
261
|
+
<param name="nameSelector">Lambda that specifies the name for the SelectList items</param>
|
|
262
|
+
<param name="valueSelector">Lambda that specifies the value for the SelectList items</param>
|
|
263
|
+
<returns>IEnumerable of SelectListItem</returns>
|
|
264
|
+
</member>
|
|
265
|
+
<member name="M:MvcContrib.EnumerableExtensions.EnumerableExtensions.ToSelectList``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,System.String},System.Collections.Generic.IEnumerable{``1})">
|
|
266
|
+
<summary>
|
|
267
|
+
Converts the source sequence into an IEnumerable of SelectListItem
|
|
268
|
+
</summary>
|
|
269
|
+
<param name="items">Source sequence</param>
|
|
270
|
+
<param name="nameSelector">Lambda that specifies the name for the SelectList items</param>
|
|
271
|
+
<param name="valueSelector">Lambda that specifies the value for the SelectList items</param>
|
|
272
|
+
<param name="selectedItems">Those items that should be selected</param>
|
|
273
|
+
<returns>IEnumerable of SelectListItem</returns>
|
|
274
|
+
</member>
|
|
275
|
+
<member name="M:MvcContrib.EnumerableExtensions.EnumerableExtensions.ToSelectList``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,System.String},System.Func{``0,System.Boolean})">
|
|
276
|
+
<summary>
|
|
277
|
+
Converts the source sequence into an IEnumerable of SelectListItem
|
|
278
|
+
</summary>
|
|
279
|
+
<param name="items">Source sequence</param>
|
|
280
|
+
<param name="nameSelector">Lambda that specifies the name for the SelectList items</param>
|
|
281
|
+
<param name="valueSelector">Lambda that specifies the value for the SelectList items</param>
|
|
282
|
+
<param name="selectedValueSelector">Lambda that specifies whether the item should be selected</param>
|
|
283
|
+
<returns>IEnumerable of SelectListItem</returns>
|
|
284
|
+
</member>
|
|
285
|
+
<member name="T:MvcContrib.Filters.LayoutAttribute">
|
|
286
|
+
<summary>
|
|
287
|
+
Decorates a controller class to denote the default layout for all actions on the controller.
|
|
288
|
+
Use: define a layout at the class level (without an extension) and omit the layout from each return View() call.
|
|
289
|
+
This will override the masterName selection from your individual actions. To override this attribute at the action level,
|
|
290
|
+
apply the attribute to that action.
|
|
291
|
+
|
|
292
|
+
To specify no layout, use [Layout(null)] or [Layout("")].
|
|
293
|
+
</summary>
|
|
294
|
+
</member>
|
|
295
|
+
<member name="M:MvcContrib.Filters.LayoutAttribute.#ctor(System.String)">
|
|
296
|
+
<summary>
|
|
297
|
+
Creates a LayoutAttribute.
|
|
298
|
+
</summary>
|
|
299
|
+
<param name="layout">The default layout to use. Do not specify the extension.</param>
|
|
300
|
+
</member>
|
|
301
|
+
<member name="M:MvcContrib.Filters.LayoutAttribute.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)">
|
|
302
|
+
<summary>
|
|
303
|
+
Captures the result executing to inject a default layout.
|
|
304
|
+
</summary>
|
|
305
|
+
<param name="filterContext"></param>
|
|
306
|
+
</member>
|
|
307
|
+
<member name="P:MvcContrib.Filters.LayoutAttribute.Layout">
|
|
308
|
+
<summary>
|
|
309
|
+
The default layout. Do not specify the extension.
|
|
310
|
+
</summary>
|
|
311
|
+
</member>
|
|
312
|
+
<member name="T:MvcContrib.Filters.ModelStateToTempDataAttribute">
|
|
313
|
+
<summary>
|
|
314
|
+
When a RedirectToRouteResult is returned from an action, anything in the ViewData.ModelState dictionary will be copied into TempData.
|
|
315
|
+
When a ViewResultBase is returned from an action, any ModelState entries that were previously copied to TempData will be copied back to the ModelState dictionary.
|
|
316
|
+
</summary>
|
|
317
|
+
</member>
|
|
318
|
+
<member name="M:MvcContrib.Filters.ModelStateToTempDataAttribute.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)">
|
|
319
|
+
<summary>
|
|
320
|
+
When a RedirectToRouteResult is returned from an action, anything in the ViewData.ModelState dictionary will be copied into TempData.
|
|
321
|
+
When a ViewResultBase is returned from an action, any ModelState entries that were previously copied to TempData will be copied back to the ModelState dictionary.
|
|
322
|
+
</summary>
|
|
323
|
+
<param name="filterContext"></param>
|
|
324
|
+
</member>
|
|
325
|
+
<member name="T:MvcContrib.Filters.PassParametersDuringRedirectAttribute">
|
|
326
|
+
<summary>
|
|
327
|
+
When placed on a controller or action, this attribute will ensure
|
|
328
|
+
that parameters passed into RedirectToAction<T>() will get
|
|
329
|
+
passed to the controller or action that this attribute is placed on.
|
|
330
|
+
</summary>
|
|
331
|
+
</member>
|
|
332
|
+
<member name="M:MvcContrib.Filters.PassParametersDuringRedirectAttribute.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)">
|
|
333
|
+
<summary>
|
|
334
|
+
Loads parameters from TempData into the ActionParameters dictionary.
|
|
335
|
+
</summary>
|
|
336
|
+
<param name="filterContext"></param>
|
|
337
|
+
</member>
|
|
338
|
+
<member name="M:MvcContrib.Filters.PassParametersDuringRedirectAttribute.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)">
|
|
339
|
+
<summary>
|
|
340
|
+
Stores any parameters passed to the generic RedirectToAction method in TempData.
|
|
341
|
+
</summary>
|
|
342
|
+
</member>
|
|
343
|
+
<member name="T:MvcContrib.Filters.RescueAttribute">
|
|
344
|
+
<summary>
|
|
345
|
+
Filter attribute for handling errors.
|
|
346
|
+
When an error occurs, the RescueAttribute will first search for a view that matches the exception name,
|
|
347
|
+
then render the specified view if no matching exception view is found.
|
|
348
|
+
The rescue attribute can be limited to certain exception types.
|
|
349
|
+
<example>
|
|
350
|
+
<![CDATA[
|
|
351
|
+
[Rescue("MyErrorView", typeof(InvalidOperationException)]
|
|
352
|
+
[Rescue("DatabaseError", typeof(SqlException)]
|
|
353
|
+
public class HomeController {
|
|
354
|
+
|
|
355
|
+
public ActionResult Action()
|
|
356
|
+
{
|
|
357
|
+
throw new SqlException();
|
|
358
|
+
//will look for SqlException.aspx, then DatabaseError.aspx
|
|
359
|
+
|
|
360
|
+
throw new InvalidOperationException();
|
|
361
|
+
//will look for InvalidOperationException.aspx then MyErrorView.aspx
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
[Rescue("DefaultRescue")]
|
|
367
|
+
public ActionResult ControllerAction {
|
|
368
|
+
throw new CookieException();
|
|
369
|
+
|
|
370
|
+
//this will look for CookieException.aspx
|
|
371
|
+
//then call DefaultRescue.aspx if not found
|
|
372
|
+
}
|
|
373
|
+
]]>
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
</example>
|
|
377
|
+
</summary>
|
|
378
|
+
</member>
|
|
379
|
+
<member name="M:MvcContrib.Filters.RescueAttribute.#ctor(System.String)">
|
|
380
|
+
<summary>
|
|
381
|
+
Creates a new instance of the RescueAttribute class.
|
|
382
|
+
</summary>
|
|
383
|
+
<param name="view">The name of the view to render when an exception is thrown if no matching view is found.</param>
|
|
384
|
+
</member>
|
|
385
|
+
<member name="M:MvcContrib.Filters.RescueAttribute.#ctor(System.String,System.Type[])">
|
|
386
|
+
<summary>
|
|
387
|
+
Creates a new instance of the RescueAttribute class.
|
|
388
|
+
</summary>
|
|
389
|
+
<param name="view">The name of the view to render when an exception is thrown if no matching view is found.</param>
|
|
390
|
+
<param name="exceptionTypes">The types of exception that this attribute will be restricted in catching.</param>
|
|
391
|
+
</member>
|
|
392
|
+
<member name="M:MvcContrib.Filters.RescueAttribute.OnException(System.Web.Mvc.ExceptionContext)">
|
|
393
|
+
<summary>
|
|
394
|
+
After the action has been executed, the Rescue will be invoked if the filterContext has an Exception.
|
|
395
|
+
</summary>
|
|
396
|
+
<param name="filterContext">The current filter context.</param>
|
|
397
|
+
</member>
|
|
398
|
+
<member name="M:MvcContrib.Filters.RescueAttribute.ViewExists(System.Type,System.Web.Mvc.ControllerContext)">
|
|
399
|
+
<summary>
|
|
400
|
+
Determines if the view exists. Override in an inherited class to implement a custom view finding scheme.
|
|
401
|
+
</summary>
|
|
402
|
+
<param name="exceptionType">The type of exception that was thrown.</param>
|
|
403
|
+
<param name="controllerContext">The current controllercontext.</param>
|
|
404
|
+
<returns>True if the view is found, otherwise false.</returns>
|
|
405
|
+
</member>
|
|
406
|
+
<member name="M:MvcContrib.Filters.RescueAttribute.CreateViewContext(System.Exception,System.Web.Mvc.ControllerContext)">
|
|
407
|
+
<summary>
|
|
408
|
+
Creates the ViewContext to be used when rendering the rescue.
|
|
409
|
+
</summary>
|
|
410
|
+
<param name="exception">The exception which will become the ViewData.</param>
|
|
411
|
+
<param name="controllerContext">The current controllercpontext.</param>
|
|
412
|
+
<returns>A ViewContext object.</returns>
|
|
413
|
+
</member>
|
|
414
|
+
<member name="P:MvcContrib.Filters.RescueAttribute.ViewName">
|
|
415
|
+
<summary>
|
|
416
|
+
The view to render.
|
|
417
|
+
</summary>
|
|
418
|
+
</member>
|
|
419
|
+
<member name="P:MvcContrib.Filters.RescueAttribute.ExceptionsTypes">
|
|
420
|
+
<summary>
|
|
421
|
+
The exception types used by this rescue.
|
|
422
|
+
</summary>
|
|
423
|
+
</member>
|
|
424
|
+
<member name="P:MvcContrib.Filters.RescueAttribute.AutoLocate">
|
|
425
|
+
<summary>
|
|
426
|
+
When false, only the specified rescue will be called.
|
|
427
|
+
When true, rescues with a name matching the exception will be called.
|
|
428
|
+
</summary>
|
|
429
|
+
</member>
|
|
430
|
+
<member name="P:MvcContrib.Filters.RescueAttribute.IgnoreAjax">
|
|
431
|
+
<summary>
|
|
432
|
+
When true, ajax calls are not rescued (default).
|
|
433
|
+
When false, rescue will handle ajax calls.
|
|
434
|
+
</summary>
|
|
435
|
+
</member>
|
|
436
|
+
<member name="P:MvcContrib.Filters.RescueAttribute.IgnoreTypes">
|
|
437
|
+
<summary>
|
|
438
|
+
Collection of exception types to be explicitly ignored.
|
|
439
|
+
</summary>
|
|
440
|
+
</member>
|
|
441
|
+
<member name="T:MvcContrib.ControllerExtensions">
|
|
442
|
+
<summary>
|
|
443
|
+
Static class containing extension methods for controllers
|
|
444
|
+
</summary>
|
|
445
|
+
</member>
|
|
446
|
+
<member name="M:MvcContrib.ControllerExtensions.RedirectToAction``1(``0,System.Linq.Expressions.Expression{System.Action{``0}})">
|
|
447
|
+
<summary>
|
|
448
|
+
Redirects to an action on the same controller using expression-based syntax
|
|
449
|
+
</summary>
|
|
450
|
+
<typeparam name="T">The type of the controller on which to call the action</typeparam>
|
|
451
|
+
<param name="controller">The instance of the controller of type <typeparamref name="T"/> which provides access to this method</param>
|
|
452
|
+
<param name="action">An expression which identifies the action to redirect to on the controller of type <typeparamref name="T"/></param>
|
|
453
|
+
<returns>A <see cref="T:System.Web.Mvc.RedirectToRouteResult"/> pointing to the action specified by the <paramref name="action"/> expression</returns>
|
|
454
|
+
</member>
|
|
455
|
+
<member name="M:MvcContrib.ControllerExtensions.RedirectToAction``1(System.Web.Mvc.Controller,System.Linq.Expressions.Expression{System.Action{``0}})">
|
|
456
|
+
<summary>
|
|
457
|
+
Redirects to an action on the same or another controller using expression-based syntax
|
|
458
|
+
</summary>
|
|
459
|
+
<typeparam name="T">The type of the controller on which to call the action</typeparam>
|
|
460
|
+
<param name="controller">The instance of the controller which provides access to this method</param>
|
|
461
|
+
<param name="action">An expression which identifies the action to redirect to on the controller of type <typeparamref name="T"/></param>
|
|
462
|
+
<returns>A <see cref="T:System.Web.Mvc.RedirectToRouteResult"/> pointing to the action specified by the <paramref name="action"/> expression</returns>
|
|
463
|
+
</member>
|
|
464
|
+
<member name="M:MvcContrib.ControllerExtensions.IsController(System.Type)">
|
|
465
|
+
<summary>
|
|
466
|
+
Determines whether the specified type is a controller
|
|
467
|
+
</summary>
|
|
468
|
+
<param name="type">Type to check</param>
|
|
469
|
+
<returns>True if type is a controller, otherwise false</returns>
|
|
470
|
+
</member>
|
|
471
|
+
<member name="T:MvcContrib.Filters.PreconditionFilter">
|
|
472
|
+
<author>Troy DeMonbreun</author>
|
|
473
|
+
<summary>
|
|
474
|
+
This is an action attribute base class that defines a required RouteData or Request parameter
|
|
475
|
+
"precondition" for the action. On precondition failure, the specified Exception type will be thrown.
|
|
476
|
+
More info <see href="http://blog.troyd.net/ASPNET+MVC+Controller+Action+Precondition+Filter+V2+Now+Part+Of+MVCContrib+Project.aspx">here</see>.
|
|
477
|
+
</summary>
|
|
478
|
+
</member>
|
|
479
|
+
<member name="T:MvcContrib.Filters.PredicatePreconditionFilter">
|
|
480
|
+
<author>Troy DeMonbreun</author>
|
|
481
|
+
<summary>
|
|
482
|
+
This is an action attribute that defines (via a predicate method) a required RouteData or Request
|
|
483
|
+
parameter "precondition" for the action. On precondition failure, the specified Exception type will be thrown.
|
|
484
|
+
More info <see href="http://blog.troyd.net/ASPNET+MVC+Controller+Action+Precondition+Filter+V2+Now+Part+Of+MVCContrib+Project.aspx">here</see>.
|
|
485
|
+
</summary>
|
|
486
|
+
<example>
|
|
487
|
+
<code>
|
|
488
|
+
[PredicatePreconditionFilter("id", PreconditionFilter.ParamType.RouteData, "IsGreaterThanZero", typeof(ArgumentOutOfRangeException))]
|
|
489
|
+
OR
|
|
490
|
+
[PredicatePreconditionFilter("id", PreconditionFilter.ParamType.Request, "IsGreaterThanZero", typeof(ArgumentOutOfRangeException))]
|
|
491
|
+
</code>
|
|
492
|
+
</example>
|
|
493
|
+
</member>
|
|
494
|
+
<member name="M:MvcContrib.Filters.PredicatePreconditionFilter.#ctor(System.String,MvcContrib.Filters.PreconditionFilter.ParamType,System.String,System.Type)">
|
|
495
|
+
<summary>
|
|
496
|
+
Attribute constructor
|
|
497
|
+
</summary>
|
|
498
|
+
<param name="paramName">Name of key to validate</param>
|
|
499
|
+
<param name="paramType">Type of key to validate</param>
|
|
500
|
+
<param name="predicateMethod">Predicate<object> method that encapsulates validation logic</param>
|
|
501
|
+
<param name="exceptionToThrow">Exception to throw on failed validation</param>
|
|
502
|
+
</member>
|
|
503
|
+
<member name="M:MvcContrib.Filters.PredicatePreconditionFilter.FailedValidation(System.Web.Mvc.ActionExecutingContext)">
|
|
504
|
+
<summary>
|
|
505
|
+
Signals failure if RouteData key does not exist, RouteData key value is null,
|
|
506
|
+
or predicate evaluates to false
|
|
507
|
+
</summary>
|
|
508
|
+
</member>
|
|
509
|
+
<member name="T:MvcContrib.Filters.RegExPreconditionFilter">
|
|
510
|
+
<author>Troy DeMonbreun</author>
|
|
511
|
+
<summary>
|
|
512
|
+
This is an action attribute that defines (via a regular expression) a required RouteData or Request
|
|
513
|
+
parameter "precondition" for the action. On precondition failure, the specified Exception type will be thrown.
|
|
514
|
+
More info <see href="http://blog.troyd.net/ASPNET+MVC+Controller+Action+Precondition+Filter+V2+Now+Part+Of+MVCContrib+Project.aspx">here</see>.
|
|
515
|
+
</summary>
|
|
516
|
+
<example>
|
|
517
|
+
<code>
|
|
518
|
+
[RegExPreconditionFilter("id", PreconditionFilter.ParamType.RouteData, "^[1-9][0-9]*$", typeof(ArgumentOutOfRangeException))]
|
|
519
|
+
OR
|
|
520
|
+
[RegExPreconditionFilter("id", PreconditionFilter.ParamType.Request, "^[1-9][0-9]*$", typeof(ArgumentOutOfRangeException))]
|
|
521
|
+
</code>
|
|
522
|
+
</example>
|
|
523
|
+
</member>
|
|
524
|
+
<member name="M:MvcContrib.Filters.RegExPreconditionFilter.#ctor(System.String,MvcContrib.Filters.PreconditionFilter.ParamType,System.String,System.Type)">
|
|
525
|
+
<summary>
|
|
526
|
+
Attribute constructor
|
|
527
|
+
</summary>
|
|
528
|
+
<param name="paramName">Name of key to validate</param>
|
|
529
|
+
<param name="paramType">Type of key to validate</param>
|
|
530
|
+
<param name="regExPattern">Regular expression to be matched</param>
|
|
531
|
+
<param name="exceptionToThrow">Exception to throw on failed validation</param>
|
|
532
|
+
</member>
|
|
533
|
+
<member name="M:MvcContrib.Filters.RegExPreconditionFilter.FailedValidation(System.Web.Mvc.ActionExecutingContext)">
|
|
534
|
+
<summary>
|
|
535
|
+
Signals failure if RouteData key does not exist, RouteData key value is null or empty string,
|
|
536
|
+
or regular expression does not match RouteData key value
|
|
537
|
+
</summary>
|
|
538
|
+
</member>
|
|
539
|
+
<member name="T:MvcContrib.Filters.SubControllerActionToViewDataAttribute">
|
|
540
|
+
<summary>
|
|
541
|
+
Takes the System.Action from GetResult of subcontrollers and adds it to ViewData using the key that is equal to the action parameter name for the subcontroller.
|
|
542
|
+
</summary>
|
|
543
|
+
</member>
|
|
544
|
+
<member name="M:MvcContrib.Filters.SubControllerActionToViewDataAttribute.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)">
|
|
545
|
+
<summary>
|
|
546
|
+
Adds to ViewData before the Action executes.
|
|
547
|
+
</summary>
|
|
548
|
+
<param name="filterContext"></param>
|
|
549
|
+
</member>
|
|
550
|
+
<member name="T:MvcContrib.Filters.TempDataToViewDataAttribute">
|
|
551
|
+
<summary>
|
|
552
|
+
Action filter that copies the contents of TempData into ViewData if a ViewResult is returned by a controller action.
|
|
553
|
+
</summary>
|
|
554
|
+
</member>
|
|
555
|
+
<member name="M:MvcContrib.Filters.TempDataToViewDataAttribute.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)">
|
|
556
|
+
<summary>
|
|
557
|
+
If a ViewResult is returned by a Controller Action, the contents of the TempData dictionary is copied to the ViewData dictionary.
|
|
558
|
+
</summary>
|
|
559
|
+
<param name="filterContext">The ActionExecutedContext</param>
|
|
560
|
+
</member>
|
|
561
|
+
<member name="T:MvcContrib.FluentController.AbstractFluentController">
|
|
562
|
+
<summary>
|
|
563
|
+
<para>A fluent controller to standardise the design of controllers and ease the burden of testing.</para>
|
|
564
|
+
|
|
565
|
+
<para>If you need Dependency Injection (and you might want to for repositories) do so in your own constructor.</para>
|
|
566
|
+
|
|
567
|
+
<code>
|
|
568
|
+
public class UserController : AbstractFluentController
|
|
569
|
+
{
|
|
570
|
+
public UserController()
|
|
571
|
+
{
|
|
572
|
+
DIContainer.ResolveDependencies(this);
|
|
573
|
+
}
|
|
574
|
+
...
|
|
575
|
+
</code>
|
|
576
|
+
|
|
577
|
+
</summary>
|
|
578
|
+
<returns></returns>
|
|
579
|
+
</member>
|
|
580
|
+
<member name="M:MvcContrib.FluentController.AbstractFluentController.CheckValidCall(System.Action)">
|
|
581
|
+
<summary>
|
|
582
|
+
Wrap any controller calls in this method. This variant will use a
|
|
583
|
+
model of type 'bool' and always return true.
|
|
584
|
+
</summary>
|
|
585
|
+
<param name="action"></param>
|
|
586
|
+
<returns></returns>
|
|
587
|
+
</member>
|
|
588
|
+
<member name="M:MvcContrib.FluentController.AbstractFluentController.CheckValidCall``1(System.Func{``0},System.Boolean)">
|
|
589
|
+
<summary>
|
|
590
|
+
Wrap controller calls with this method. This will check for ModelState.IsValid
|
|
591
|
+
before performing <paramref name="action"/> and check for ModelState.IsValid afterwards.
|
|
592
|
+
<typeparam name="T">The type of the model returned from this method. This will be passed into the Valid method.</typeparam>
|
|
593
|
+
<param name="action">The action to perform.</param>
|
|
594
|
+
<param name="executeActionWhenInvalid">If true, will execute the action even if ModelState.IsValid is false initially</param>
|
|
595
|
+
</summary>
|
|
596
|
+
<returns>A FluentControllerAction that can be used to setup the valid and invalid actions.</returns>
|
|
597
|
+
</member>
|
|
598
|
+
<member name="M:MvcContrib.FluentController.AbstractFluentController.ExecuteCheckValidCall(System.Func{System.Object})">
|
|
599
|
+
<summary>
|
|
600
|
+
This is public for testing purposes only and shouldn't be used
|
|
601
|
+
</summary>
|
|
602
|
+
<param name="action"></param>
|
|
603
|
+
<returns></returns>
|
|
604
|
+
</member>
|
|
605
|
+
<member name="T:MvcContrib.FluentController.AbstractRestfulFluentController">
|
|
606
|
+
<summary>
|
|
607
|
+
<para>A Restful fluent controller to standardise the design of controllers and ease
|
|
608
|
+
the burden of testing.</para>
|
|
609
|
+
|
|
610
|
+
<para>If you need Dependency Injection (and you might want to for repositories)
|
|
611
|
+
do so in your own constructor.</para>
|
|
612
|
+
|
|
613
|
+
<code>
|
|
614
|
+
public class UserController : AbstractRestfulFluentController
|
|
615
|
+
{
|
|
616
|
+
public UserController()
|
|
617
|
+
{
|
|
618
|
+
DIContainer.ResolveDependencies(this);
|
|
619
|
+
}
|
|
620
|
+
...
|
|
621
|
+
</code>
|
|
622
|
+
|
|
623
|
+
</summary>
|
|
624
|
+
<returns></returns>
|
|
625
|
+
</member>
|
|
626
|
+
<member name="T:MvcContrib.FluentController.IRestfulController">
|
|
627
|
+
<summary>
|
|
628
|
+
Extends the <see cref="T:System.Web.Mvc.Controller"/> to allow for <see cref="T:MvcContrib.SimplyRestful.RestfulAction"/> to be passed around instead of strings.
|
|
629
|
+
</summary>
|
|
630
|
+
</member>
|
|
631
|
+
<member name="M:MvcContrib.FluentController.FluentControllerAction`1.op_Implicit(MvcContrib.FluentController.FluentControllerAction{`0})~System.Web.Mvc.ActionResult">
|
|
632
|
+
<summary>
|
|
633
|
+
Implicit cast so that we can return the results of this directly.
|
|
634
|
+
</summary>
|
|
635
|
+
<param name="fluentAction"></param>
|
|
636
|
+
<returns></returns>
|
|
637
|
+
</member>
|
|
638
|
+
<member name="T:MvcContrib.HeadResult">
|
|
639
|
+
<summary>
|
|
640
|
+
HeadResult is a specific <see cref="T:System.Web.Mvc.ActionResult"/> for returning the client an <see cref="T:System.Net.HttpStatusCode"/>.
|
|
641
|
+
This is particular useful for RESTful applications that return status codes only in some situations eg Not-Modified
|
|
642
|
+
</summary>
|
|
643
|
+
</member>
|
|
644
|
+
<member name="T:MvcContrib.Hash">
|
|
645
|
+
<summary>
|
|
646
|
+
Untyped, case insensitive dictionary that can be initialised using lambdas.
|
|
647
|
+
</summary>
|
|
648
|
+
<example>
|
|
649
|
+
<![CDATA[
|
|
650
|
+
IDictionary dict = new Hash(id => "foo", @class => "bar");
|
|
651
|
+
]]>
|
|
652
|
+
</example>
|
|
653
|
+
</member>
|
|
654
|
+
<member name="T:MvcContrib.Hash`1">
|
|
655
|
+
<summary>Case insensitive, strongly typed dictionary with string keys and <typeparamref name="TValue"/> values that can be initialised using lambdas.</summary>
|
|
656
|
+
<typeparam name="TValue">The type of values to create.</typeparam>
|
|
657
|
+
<example lang="c#">
|
|
658
|
+
<![CDATA[
|
|
659
|
+
//IDictionary<string,string> dict = new Dictionary<string, string>(2, StringComparer.OrdinalIgnoreCase);
|
|
660
|
+
//dict.Add("id", "foo");
|
|
661
|
+
//dict.Add("class", "bar")
|
|
662
|
+
IDictionary<string, string> dict = new Hash<string>(id => "foo", @class => "bar");
|
|
663
|
+
]]>
|
|
664
|
+
</example>
|
|
665
|
+
</member>
|
|
666
|
+
<member name="P:MvcContrib.Hash`1.Empty">
|
|
667
|
+
<summary>Creates an empty case insensitive dictionary of <see cref="T:System.String"/> keys and <typeparam name="TValue"/> values.</summary>
|
|
668
|
+
</member>
|
|
669
|
+
<member name="M:MvcContrib.DictionaryExtensions.Add``1(System.Collections.Generic.IDictionary{System.String,``0},System.Func{System.Object,``0}[])">
|
|
670
|
+
<summary>Extension Method to initialize an <see cref="T:System.Collections.Generic.Dictionary`2"/></summary>
|
|
671
|
+
<param name="dict"></param>
|
|
672
|
+
<param name="hash">The key / value pairs to add to the dictionary.</param>
|
|
673
|
+
<returns>The the dictionary.</returns>
|
|
674
|
+
</member>
|
|
675
|
+
<member name="M:MvcContrib.DictionaryExtensions.Add(System.Collections.IDictionary,System.Func{System.Object,System.Object}[])">
|
|
676
|
+
<summary>Extension Method to initialize an <see cref="T:System.Collections.IDictionary"/></summary>
|
|
677
|
+
<param name="dict"></param>
|
|
678
|
+
<param name="hash">The key / value pairs to add to the dictionary.</param>
|
|
679
|
+
<returns>The the dictionary.</returns>
|
|
680
|
+
</member>
|
|
681
|
+
<member name="M:MvcContrib.DictionaryExtensions.AnonymousObjectToCaseSensitiveDictionary(System.Object)">
|
|
682
|
+
<summary>
|
|
683
|
+
Takes an anonymous object and converts it to a <see cref="T:System.Collections.Generic.Dictionary`2"/>
|
|
684
|
+
</summary>
|
|
685
|
+
<param name="objectToConvert">The object to convert</param>
|
|
686
|
+
<returns>A generic dictionary</returns>
|
|
687
|
+
</member>
|
|
688
|
+
<member name="T:MvcContrib.HttpContextExtensions">
|
|
689
|
+
<summary>
|
|
690
|
+
Static class containing extenstion to HttpContextBase
|
|
691
|
+
</summary>
|
|
692
|
+
</member>
|
|
693
|
+
<member name="M:MvcContrib.HttpContextExtensions.IsAjax(System.Web.HttpRequestBase)">
|
|
694
|
+
<summary>
|
|
695
|
+
Determines if the current request is an ajax request
|
|
696
|
+
</summary>
|
|
697
|
+
<param name="request">Instance of the HttpRequestBase for the request</param>
|
|
698
|
+
<returns></returns>
|
|
699
|
+
</member>
|
|
700
|
+
<member name="T:MvcContrib.ISubController">
|
|
701
|
+
<summary>
|
|
702
|
+
Interface that represents a subcontroller
|
|
703
|
+
</summary>
|
|
704
|
+
</member>
|
|
705
|
+
<member name="M:MvcContrib.ISubController.GetResult(System.Web.Mvc.ControllerBase)">
|
|
706
|
+
<summary>
|
|
707
|
+
Gets and action that can later be invoked to produce the behavior of the subcontroller
|
|
708
|
+
</summary>
|
|
709
|
+
<param name="parentController">The controller depending on the subcontroller. The subcontroller uses the ControllerContext of the parent to create a new RequestContext.</param>
|
|
710
|
+
<returns>System.Action</returns>
|
|
711
|
+
</member>
|
|
712
|
+
<member name="T:MvcContrib.ISubController`1">
|
|
713
|
+
<summary>
|
|
714
|
+
SubController with typed Model property for parameter passing from a parent controller.
|
|
715
|
+
</summary>
|
|
716
|
+
<typeparam name="T"></typeparam>
|
|
717
|
+
</member>
|
|
718
|
+
<member name="P:MvcContrib.ISubController`1.Model">
|
|
719
|
+
<summary>
|
|
720
|
+
Gets and sets a model object that matches the generic type.
|
|
721
|
+
</summary>
|
|
722
|
+
</member>
|
|
723
|
+
<member name="M:MvcContrib.ObjectExtensions.ReadValue``2(``0,System.Func{``0,``1})">
|
|
724
|
+
<summary>
|
|
725
|
+
Returns the result of <paramref name="func"/> if <paramref name="obj"/> is not null.
|
|
726
|
+
<example>
|
|
727
|
+
<code>
|
|
728
|
+
Request.Url.ReadValue(x => x.Query)
|
|
729
|
+
</code>
|
|
730
|
+
</example>
|
|
731
|
+
</summary>
|
|
732
|
+
<typeparam name="T"></typeparam>
|
|
733
|
+
<typeparam name="TResult">The type of the result.</typeparam>
|
|
734
|
+
<param name="obj">The obj.</param>
|
|
735
|
+
<param name="func">The func.</param>
|
|
736
|
+
<returns></returns>
|
|
737
|
+
</member>
|
|
738
|
+
<member name="M:MvcContrib.ObjectExtensions.ReadValue``2(``0,System.Func{``0,``1},``1)">
|
|
739
|
+
<summary>
|
|
740
|
+
Returns the result of <paramref name="func"/> if <paramref name="obj"/> is not null.
|
|
741
|
+
Otherwise, <paramref name="defaultValue"/> is returned.
|
|
742
|
+
<example>
|
|
743
|
+
<code>
|
|
744
|
+
Request.Url.ReadValue(x => x.Query, "default")
|
|
745
|
+
</code>
|
|
746
|
+
</example>
|
|
747
|
+
</summary>
|
|
748
|
+
<typeparam name="T"></typeparam>
|
|
749
|
+
<typeparam name="TResult"></typeparam>
|
|
750
|
+
<param name="obj"></param>
|
|
751
|
+
<param name="func"></param>
|
|
752
|
+
<param name="defaultValue"></param>
|
|
753
|
+
<returns></returns>
|
|
754
|
+
</member>
|
|
755
|
+
<member name="M:MvcContrib.ObjectExtensions.ExecuteAction``1(``0,System.Action{``0})">
|
|
756
|
+
<summary>
|
|
757
|
+
Executes an action if <paramref name="obj"/> is not null, otherwise does nothing
|
|
758
|
+
</summary>
|
|
759
|
+
<typeparam name="T"></typeparam>
|
|
760
|
+
<param name="obj"></param>
|
|
761
|
+
<param name="action"></param>
|
|
762
|
+
</member>
|
|
763
|
+
<member name="T:MvcContrib.Pagination.CustomPagination`1">
|
|
764
|
+
<summary>
|
|
765
|
+
Implementation of IPagination that wraps a pre-paged data source.
|
|
766
|
+
</summary>
|
|
767
|
+
</member>
|
|
768
|
+
<member name="T:MvcContrib.Pagination.IPagination`1">
|
|
769
|
+
<summary>
|
|
770
|
+
Generic form of <see cref="T:MvcContrib.Pagination.IPagination"/>
|
|
771
|
+
</summary>
|
|
772
|
+
<typeparam name="T">Type of object being paged</typeparam>
|
|
773
|
+
</member>
|
|
774
|
+
<member name="T:MvcContrib.Pagination.IPagination">
|
|
775
|
+
<summary>
|
|
776
|
+
A collection of objects that has been split into pages.
|
|
777
|
+
</summary>
|
|
778
|
+
</member>
|
|
779
|
+
<member name="P:MvcContrib.Pagination.IPagination.PageNumber">
|
|
780
|
+
<summary>
|
|
781
|
+
The current page number
|
|
782
|
+
</summary>
|
|
783
|
+
</member>
|
|
784
|
+
<member name="P:MvcContrib.Pagination.IPagination.PageSize">
|
|
785
|
+
<summary>
|
|
786
|
+
The number of items in each page.
|
|
787
|
+
</summary>
|
|
788
|
+
</member>
|
|
789
|
+
<member name="P:MvcContrib.Pagination.IPagination.TotalItems">
|
|
790
|
+
<summary>
|
|
791
|
+
The total number of items.
|
|
792
|
+
</summary>
|
|
793
|
+
</member>
|
|
794
|
+
<member name="P:MvcContrib.Pagination.IPagination.TotalPages">
|
|
795
|
+
<summary>
|
|
796
|
+
The total number of pages.
|
|
797
|
+
</summary>
|
|
798
|
+
</member>
|
|
799
|
+
<member name="P:MvcContrib.Pagination.IPagination.FirstItem">
|
|
800
|
+
<summary>
|
|
801
|
+
The index of the first item in the page.
|
|
802
|
+
</summary>
|
|
803
|
+
</member>
|
|
804
|
+
<member name="P:MvcContrib.Pagination.IPagination.LastItem">
|
|
805
|
+
<summary>
|
|
806
|
+
The index of the last item in the page.
|
|
807
|
+
</summary>
|
|
808
|
+
</member>
|
|
809
|
+
<member name="P:MvcContrib.Pagination.IPagination.HasPreviousPage">
|
|
810
|
+
<summary>
|
|
811
|
+
Whether there are pages before the current page.
|
|
812
|
+
</summary>
|
|
813
|
+
</member>
|
|
814
|
+
<member name="P:MvcContrib.Pagination.IPagination.HasNextPage">
|
|
815
|
+
<summary>
|
|
816
|
+
Whether there are pages after the current page.
|
|
817
|
+
</summary>
|
|
818
|
+
</member>
|
|
819
|
+
<member name="M:MvcContrib.Pagination.CustomPagination`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Int32,System.Int32,System.Int32)">
|
|
820
|
+
<summary>
|
|
821
|
+
Creates a new instance of CustomPagination
|
|
822
|
+
</summary>
|
|
823
|
+
<param name="dataSource">A pre-paged slice of data</param>
|
|
824
|
+
<param name="pageNumber">The current page number</param>
|
|
825
|
+
<param name="pageSize">The number of items per page</param>
|
|
826
|
+
<param name="totalItems">The total number of items in the overall datasource</param>
|
|
827
|
+
</member>
|
|
828
|
+
<member name="T:MvcContrib.Pagination.LazyPagination`1">
|
|
829
|
+
<summary>
|
|
830
|
+
Executes an IQueryable in order to created a paged set of objects.
|
|
831
|
+
The query is not executed until the LazyPagination is enumerated or one of its properties is invoked.
|
|
832
|
+
The results of the query are cached.
|
|
833
|
+
</summary>
|
|
834
|
+
<typeparam name="T">Type of objects in the collection.</typeparam>
|
|
835
|
+
</member>
|
|
836
|
+
<member name="F:MvcContrib.Pagination.LazyPagination`1.DefaultPageSize">
|
|
837
|
+
<summary>
|
|
838
|
+
Default page size.
|
|
839
|
+
</summary>
|
|
840
|
+
</member>
|
|
841
|
+
<member name="M:MvcContrib.Pagination.LazyPagination`1.#ctor(System.Linq.IQueryable{`0},System.Int32,System.Int32)">
|
|
842
|
+
<summary>
|
|
843
|
+
Creates a new instance of the <see cref="T:MvcContrib.Pagination.LazyPagination`1"/> class.
|
|
844
|
+
</summary>
|
|
845
|
+
<param name="query">The query to page.</param>
|
|
846
|
+
<param name="pageNumber">The current page number.</param>
|
|
847
|
+
<param name="pageSize">Number of items per page.</param>
|
|
848
|
+
</member>
|
|
849
|
+
<member name="M:MvcContrib.Pagination.LazyPagination`1.TryExecuteQuery">
|
|
850
|
+
<summary>
|
|
851
|
+
Executes the query if it has not already been executed.
|
|
852
|
+
</summary>
|
|
853
|
+
</member>
|
|
854
|
+
<member name="M:MvcContrib.Pagination.LazyPagination`1.ExecuteQuery">
|
|
855
|
+
<summary>
|
|
856
|
+
Calls Queryable.Skip/Take to perform the pagination.
|
|
857
|
+
</summary>
|
|
858
|
+
<returns>The paged set of results.</returns>
|
|
859
|
+
</member>
|
|
860
|
+
<member name="P:MvcContrib.Pagination.LazyPagination`1.Query">
|
|
861
|
+
<summary>
|
|
862
|
+
The query to execute.
|
|
863
|
+
</summary>
|
|
864
|
+
</member>
|
|
865
|
+
<member name="T:MvcContrib.Pagination.PaginationHelper">
|
|
866
|
+
<summary>
|
|
867
|
+
Extension methods for creating paged lists.
|
|
868
|
+
</summary>
|
|
869
|
+
</member>
|
|
870
|
+
<member name="M:MvcContrib.Pagination.PaginationHelper.AsPagination``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
871
|
+
<summary>
|
|
872
|
+
Converts the specified IEnumerable into an IPagination using the default page size and returns the specified page number.
|
|
873
|
+
</summary>
|
|
874
|
+
<typeparam name="T">Type of object in the collection</typeparam>
|
|
875
|
+
<param name="source">Source enumerable to convert to the paged list.</param>
|
|
876
|
+
<param name="pageNumber">The page number to return.</param>
|
|
877
|
+
<returns>An IPagination of T</returns>
|
|
878
|
+
</member>
|
|
879
|
+
<member name="M:MvcContrib.Pagination.PaginationHelper.AsPagination``1(System.Collections.Generic.IEnumerable{``0},System.Int32,System.Int32)">
|
|
880
|
+
<summary>
|
|
881
|
+
Converts the speciied IEnumerable into an IPagination using the specified page size and returns the specified page.
|
|
882
|
+
</summary>
|
|
883
|
+
<typeparam name="T">Type of object in the collection</typeparam>
|
|
884
|
+
<param name="source">Source enumerable to convert to the paged list.</param>
|
|
885
|
+
<param name="pageNumber">The page number to return.</param>
|
|
886
|
+
<param name="pageSize">Number of objects per page.</param>
|
|
887
|
+
<returns>An IPagination of T</returns>
|
|
888
|
+
</member>
|
|
889
|
+
<member name="T:MvcContrib.PortableAreas.AssemblyResourceManager">
|
|
890
|
+
<summary>
|
|
891
|
+
Manages all .NET assemblies that have registered their embedded resources.
|
|
892
|
+
</summary>
|
|
893
|
+
</member>
|
|
894
|
+
<member name="T:MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore">
|
|
895
|
+
<summary>
|
|
896
|
+
Stores all the embedded resources for a single assembly/area.
|
|
897
|
+
</summary>
|
|
898
|
+
</member>
|
|
899
|
+
<member name="T:MvcContrib.Routing.DebugHttpHandler">
|
|
900
|
+
<summary>
|
|
901
|
+
HTTP Handler that outputs route debugging information.
|
|
902
|
+
</summary>
|
|
903
|
+
</member>
|
|
904
|
+
<member name="T:MvcContrib.Routing.DebugRouteHandler">
|
|
905
|
+
<summary>
|
|
906
|
+
Route handler that ensures all requestes are routed to the DebugHttpHandler.
|
|
907
|
+
</summary>
|
|
908
|
+
</member>
|
|
909
|
+
<member name="T:MvcContrib.Routing.MvcRoute">
|
|
910
|
+
<summary>
|
|
911
|
+
Use this class to define url->controller action mappings
|
|
912
|
+
</summary>
|
|
913
|
+
</member>
|
|
914
|
+
<member name="M:MvcContrib.Routing.MvcRoute.MappUrl(System.String)">
|
|
915
|
+
<summary>
|
|
916
|
+
Fluent interface start method
|
|
917
|
+
</summary>
|
|
918
|
+
<param name="url">The url pattern</param>
|
|
919
|
+
</member>
|
|
920
|
+
<member name="M:MvcContrib.Routing.MvcRoute.ToDefaultAction``1(System.Linq.Expressions.Expression{System.Func{``0,System.Web.Mvc.ActionResult}},System.Object)">
|
|
921
|
+
<summary>
|
|
922
|
+
Sets the default controller, action and parameters via a lambda method, you can also
|
|
923
|
+
specify additional defaults
|
|
924
|
+
</summary>
|
|
925
|
+
<param name="action">default action</param>
|
|
926
|
+
<param name="defaults">other default parameters</param>
|
|
927
|
+
</member>
|
|
928
|
+
<member name="M:MvcContrib.Routing.MvcRoute.ToDefaultAction``1(System.Linq.Expressions.Expression{System.Func{``0,System.Web.Mvc.ActionResult}})">
|
|
929
|
+
<summary>
|
|
930
|
+
Sets the default controller, action and parameters via a lambda method
|
|
931
|
+
</summary>
|
|
932
|
+
<param name="action"></param>
|
|
933
|
+
</member>
|
|
934
|
+
<member name="M:MvcContrib.Routing.MvcRoute.WithConstraints(System.Object)">
|
|
935
|
+
<summary>
|
|
936
|
+
Add constraints to this route
|
|
937
|
+
</summary>
|
|
938
|
+
<param name="constraints">The constraints defined as an anonymous object</param>
|
|
939
|
+
</member>
|
|
940
|
+
<member name="M:MvcContrib.Routing.MvcRoute.WithDefaults(System.Object)">
|
|
941
|
+
<summary>
|
|
942
|
+
Add defaults to this route, if you use the ToDefaultAction
|
|
943
|
+
method the controller and action default will be overwritten.
|
|
944
|
+
</summary>
|
|
945
|
+
<param name="defaults">The defaults defined as an anonymous object</param>
|
|
946
|
+
</member>
|
|
947
|
+
<member name="M:MvcContrib.Routing.MvcRoute.WithNamespaces(System.String[])">
|
|
948
|
+
<summary>
|
|
949
|
+
Sets the list of namespaces to look for controllers
|
|
950
|
+
</summary>
|
|
951
|
+
<param name="namespaces">An array of namespaces</param>
|
|
952
|
+
</member>
|
|
953
|
+
<member name="M:MvcContrib.Routing.MvcRoute.AddWithName(System.String,System.Web.Routing.RouteCollection)">
|
|
954
|
+
<summary>
|
|
955
|
+
Add this route to the route collection with the specified name
|
|
956
|
+
</summary>
|
|
957
|
+
<param name="routeName">The name of the route</param>
|
|
958
|
+
<param name="routes">The route collection to add the route to</param>
|
|
959
|
+
</member>
|
|
960
|
+
<member name="T:MvcContrib.Routing.RegexRoute">
|
|
961
|
+
<summary>
|
|
962
|
+
This class can be used to create routes from a regular expression.
|
|
963
|
+
It is also bidirectional and can be used to generate urls from a given route.
|
|
964
|
+
</summary>
|
|
965
|
+
</member>
|
|
966
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.Web.Routing.IRouteHandler)">
|
|
967
|
+
<summary>
|
|
968
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class given a regular expression and a route handler.
|
|
969
|
+
</summary>
|
|
970
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
971
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
972
|
+
</member>
|
|
973
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.String,System.Web.Routing.IRouteHandler)">
|
|
974
|
+
<summary>
|
|
975
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class given a regular expression and a route
|
|
976
|
+
handler and a url generator to use to generate urls that would be handled by this route.
|
|
977
|
+
</summary>
|
|
978
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
979
|
+
<param name="urlGenerator">The URL generator; used to generate urls for this route.</param>
|
|
980
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
981
|
+
</member>
|
|
982
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.IRouteHandler)">
|
|
983
|
+
<summary>
|
|
984
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class.
|
|
985
|
+
</summary>
|
|
986
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
987
|
+
<param name="defaults">Default route values for this route.</param>
|
|
988
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
989
|
+
</member>
|
|
990
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.IRouteHandler)">
|
|
991
|
+
<summary>
|
|
992
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class.
|
|
993
|
+
</summary>
|
|
994
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
995
|
+
<param name="urlGenerator">The URL generator; used to generate urls for this route.</param>
|
|
996
|
+
<param name="defaults">Default route values for this route.</param>
|
|
997
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
998
|
+
</member>
|
|
999
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.Func{System.Web.Routing.RequestContext,System.Web.Routing.RouteValueDictionary,MvcContrib.Routing.RegexRoute,System.Web.Routing.VirtualPathData},System.Web.Routing.IRouteHandler)">
|
|
1000
|
+
<summary>
|
|
1001
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class.
|
|
1002
|
+
</summary>
|
|
1003
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
1004
|
+
<param name="getVirtualPath">A function to use to generate a virtual path given the request context, incoming route value dictionary and this <see cref="T:MvcContrib.Routing.RegexRoute"/> instance.</param>
|
|
1005
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
1006
|
+
</member>
|
|
1007
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.Func{System.Web.Routing.RequestContext,System.Web.Routing.RouteValueDictionary,MvcContrib.Routing.RegexRoute,System.Web.Routing.VirtualPathData},System.Web.Routing.RouteValueDictionary,System.Web.Routing.IRouteHandler)">
|
|
1008
|
+
<summary>
|
|
1009
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class.
|
|
1010
|
+
</summary>
|
|
1011
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
1012
|
+
<param name="getVirtualPath">A function to use to generate a virtual path given the request context, incoming route value dictionary and this <see cref="T:MvcContrib.Routing.RegexRoute"/> instance.</param>
|
|
1013
|
+
<param name="defaults">Default route values for this route.</param>
|
|
1014
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
1015
|
+
</member>
|
|
1016
|
+
<member name="M:MvcContrib.Routing.RegexRoute.#ctor(System.String,System.String,System.Func{System.Web.Routing.RequestContext,System.Web.Routing.RouteValueDictionary,MvcContrib.Routing.RegexRoute,System.Web.Routing.VirtualPathData},System.Web.Routing.RouteValueDictionary,System.Web.Routing.IRouteHandler)">
|
|
1017
|
+
<summary>
|
|
1018
|
+
Initializes a new instance of the <see cref="T:MvcContrib.Routing.RegexRoute"/> class.
|
|
1019
|
+
</summary>
|
|
1020
|
+
<param name="regex">The regular expression that this route handler is supposed to handle.</param>
|
|
1021
|
+
<param name="urlGenerator">The URL generator; used to generate urls for this route.</param>
|
|
1022
|
+
<param name="getVirtualPath">A function to use to generate a virtual path given the request context, incoming route value dictionary and this <see cref="T:MvcContrib.Routing.RegexRoute"/> instance.</param>
|
|
1023
|
+
<param name="defaults">Default route values for this route.</param>
|
|
1024
|
+
<param name="routeHandler">The route handler to handle this route.</param>
|
|
1025
|
+
</member>
|
|
1026
|
+
<member name="M:MvcContrib.Routing.RegexRoute.GetVirtualPath(System.Web.Routing.RequestContext,System.Web.Routing.RouteValueDictionary)">
|
|
1027
|
+
<summary>
|
|
1028
|
+
Used to get a virtual path for a given set of route settings.
|
|
1029
|
+
If the combination of defaults/values doesn't satisfy the url generator tokens: null is returned,
|
|
1030
|
+
signaling that this route isn't correct for the given values.
|
|
1031
|
+
</summary>
|
|
1032
|
+
<remarks>
|
|
1033
|
+
This function is not used for figuring out the routes. It is only used for generating links for new routes.
|
|
1034
|
+
</remarks>
|
|
1035
|
+
<param name="requestContext">The request context.</param>
|
|
1036
|
+
<param name="values">The settings to use to generate this virtual path.</param>
|
|
1037
|
+
<returns>A virtual path that represents the given settings.</returns>
|
|
1038
|
+
</member>
|
|
1039
|
+
<member name="M:MvcContrib.Routing.RegexRoute.GetRouteData(System.Web.HttpContextBase)">
|
|
1040
|
+
<summary>
|
|
1041
|
+
Gets the route data from an incoming request; parses the incoming virtual
|
|
1042
|
+
path and returns the route data that was inside the url.
|
|
1043
|
+
</summary>
|
|
1044
|
+
<param name="httpContext">The HTTP context containing the url data.</param>
|
|
1045
|
+
<returns>Route data gleaned from the context.</returns>
|
|
1046
|
+
</member>
|
|
1047
|
+
<member name="M:MvcContrib.Routing.RegexRoute.GetRouteData(System.String)">
|
|
1048
|
+
<summary>
|
|
1049
|
+
Gets the route data from the request portion of the url.
|
|
1050
|
+
</summary>
|
|
1051
|
+
<param name="request">The request string (the part after the virtual directory but before the query string).</param>
|
|
1052
|
+
<returns>Route data gleaned from the context.</returns>
|
|
1053
|
+
</member>
|
|
1054
|
+
<member name="P:MvcContrib.Routing.RegexRoute.Defaults">
|
|
1055
|
+
<summary>
|
|
1056
|
+
Gets the default route value dictionary containing the default route settings.
|
|
1057
|
+
</summary>
|
|
1058
|
+
<value>The default settings for this route.</value>
|
|
1059
|
+
</member>
|
|
1060
|
+
<member name="P:MvcContrib.Routing.RegexRoute.RouteHandler">
|
|
1061
|
+
<summary>
|
|
1062
|
+
Gets the route handler handling this route.
|
|
1063
|
+
</summary>
|
|
1064
|
+
<value>The route handler that handles this route.</value>
|
|
1065
|
+
</member>
|
|
1066
|
+
<member name="P:MvcContrib.Routing.RegexRoute.UrlGenerator">
|
|
1067
|
+
<summary>
|
|
1068
|
+
Gets the string used to generate mvc urls for this route.
|
|
1069
|
+
</summary>
|
|
1070
|
+
<value>The string used to generate urls for this route.</value>
|
|
1071
|
+
</member>
|
|
1072
|
+
<member name="M:MvcContrib.Routing.RouteAttributeUtility.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.ICollection{System.String})">
|
|
1073
|
+
<summary>
|
|
1074
|
+
This was copied from System.Web.Mvc.RouteCollectionExtensions and
|
|
1075
|
+
modified slightly. The original function declares the defaults
|
|
1076
|
+
and constraints parameters as object type, which causes the wrong
|
|
1077
|
+
overload of RouteValueDictionary to be invoked, causing values in
|
|
1078
|
+
the dictionaries not to be set properly. The modified version
|
|
1079
|
+
declares these parameters as Dictionary<string, object>,
|
|
1080
|
+
fixing the problem.
|
|
1081
|
+
</summary>
|
|
1082
|
+
</member>
|
|
1083
|
+
<member name="T:MvcContrib.Routing.RouteDebugger">
|
|
1084
|
+
<summary>
|
|
1085
|
+
Helper class for switching the default route handler to the debug route handler.
|
|
1086
|
+
</summary>
|
|
1087
|
+
</member>
|
|
1088
|
+
<member name="M:MvcContrib.Routing.RouteDebugger.RewriteRoutesForTesting(System.Web.Routing.RouteCollection)">
|
|
1089
|
+
<summary>
|
|
1090
|
+
Iterates over each route in the route collection and replaces the default route handler with a DebugRouteHandler.
|
|
1091
|
+
</summary>
|
|
1092
|
+
<param name="routes">The route table</param>
|
|
1093
|
+
</member>
|
|
1094
|
+
<member name="T:MvcContrib.Routing.UrlRouteAttribute">
|
|
1095
|
+
<summary>
|
|
1096
|
+
Assigns a URL route to an MVC Controller class method.
|
|
1097
|
+
</summary>
|
|
1098
|
+
</member>
|
|
1099
|
+
<member name="P:MvcContrib.Routing.UrlRouteAttribute.Name">
|
|
1100
|
+
<summary>
|
|
1101
|
+
Optional name of the route. Route names must be unique per route.
|
|
1102
|
+
</summary>
|
|
1103
|
+
</member>
|
|
1104
|
+
<member name="P:MvcContrib.Routing.UrlRouteAttribute.Order">
|
|
1105
|
+
<summary>
|
|
1106
|
+
Optional order in which to add the route (default is 0). Routes
|
|
1107
|
+
with lower order values will be added before those with higher.
|
|
1108
|
+
Routes that have the same order value will be added in undefined
|
|
1109
|
+
order with respect to each other.
|
|
1110
|
+
</summary>
|
|
1111
|
+
</member>
|
|
1112
|
+
<member name="T:MvcContrib.Routing.UrlRouteParameterConstraintAttribute">
|
|
1113
|
+
<summary>
|
|
1114
|
+
Assigns a constraint to a route parameter in a UrlRouteAttribute.
|
|
1115
|
+
</summary>
|
|
1116
|
+
</member>
|
|
1117
|
+
<member name="P:MvcContrib.Routing.UrlRouteParameterConstraintAttribute.Name">
|
|
1118
|
+
<summary>
|
|
1119
|
+
Name of the route parameter on which to apply the constraint.
|
|
1120
|
+
</summary>
|
|
1121
|
+
</member>
|
|
1122
|
+
<member name="P:MvcContrib.Routing.UrlRouteParameterConstraintAttribute.Regex">
|
|
1123
|
+
<summary>
|
|
1124
|
+
Regular expression constraint to test on the route parameter value
|
|
1125
|
+
in the URL.
|
|
1126
|
+
</summary>
|
|
1127
|
+
</member>
|
|
1128
|
+
<member name="T:MvcContrib.Routing.UrlRouteParameterDefaultAttribute">
|
|
1129
|
+
<summary>
|
|
1130
|
+
Assigns a default value to a route parameter in a UrlRouteAttribute
|
|
1131
|
+
if not specified in the URL.
|
|
1132
|
+
</summary>
|
|
1133
|
+
</member>
|
|
1134
|
+
<member name="P:MvcContrib.Routing.UrlRouteParameterDefaultAttribute.Name">
|
|
1135
|
+
<summary>
|
|
1136
|
+
Name of the route parameter for which to supply the default value.
|
|
1137
|
+
</summary>
|
|
1138
|
+
</member>
|
|
1139
|
+
<member name="P:MvcContrib.Routing.UrlRouteParameterDefaultAttribute.Value">
|
|
1140
|
+
<summary>
|
|
1141
|
+
Default value to set on the route parameter if not specified in the URL.
|
|
1142
|
+
</summary>
|
|
1143
|
+
</member>
|
|
1144
|
+
<member name="T:MvcContrib.Services.EmailMetadata">
|
|
1145
|
+
<summary>
|
|
1146
|
+
Base class for email models.
|
|
1147
|
+
|
|
1148
|
+
Derived classes will provide specific values to substitute placeholders in concrete emails.
|
|
1149
|
+
If nothing to substitute, this class can be used directly.
|
|
1150
|
+
</summary>
|
|
1151
|
+
</member>
|
|
1152
|
+
<member name="M:MvcContrib.Services.EmailMetadata.#ctor">
|
|
1153
|
+
<summary>
|
|
1154
|
+
Initializes an empty instance of EmailMetadata.
|
|
1155
|
+
</summary>
|
|
1156
|
+
</member>
|
|
1157
|
+
<member name="M:MvcContrib.Services.EmailMetadata.#ctor(System.Net.Mail.MailAddress,System.Net.Mail.MailAddress)">
|
|
1158
|
+
<summary>
|
|
1159
|
+
Initializes a new instance of the EmailMetadata class by using
|
|
1160
|
+
the specified "from" and "to" email addresses.
|
|
1161
|
+
</summary>
|
|
1162
|
+
<param name="from">A mail address of the sender.</param>
|
|
1163
|
+
<param name="to">A mail address of the recipient.</param>
|
|
1164
|
+
</member>
|
|
1165
|
+
<member name="M:MvcContrib.Services.EmailMetadata.#ctor(System.String,System.String)">
|
|
1166
|
+
<summary>
|
|
1167
|
+
Initializes a new instance of the EmailMetadata class by using the specified
|
|
1168
|
+
"from" and "to" email addresses.
|
|
1169
|
+
</summary>
|
|
1170
|
+
<param name="from">A string that contains email address of the sender.</param>
|
|
1171
|
+
<param name="to">A string that contains email address of the recipient.</param>
|
|
1172
|
+
</member>
|
|
1173
|
+
<member name="T:MvcContrib.Services.EmailTemplateService">
|
|
1174
|
+
<remarks>
|
|
1175
|
+
Inspired by Castle's EmailTemplateService.
|
|
1176
|
+
</remarks>
|
|
1177
|
+
</member>
|
|
1178
|
+
<member name="T:MvcContrib.Services.IEmailTemplateService">
|
|
1179
|
+
<summary>
|
|
1180
|
+
Service to render MailMessages from MVC views.
|
|
1181
|
+
</summary>
|
|
1182
|
+
</member>
|
|
1183
|
+
<member name="M:MvcContrib.Services.IEmailTemplateService.RenderMessage(System.String,MvcContrib.Services.EmailMetadata,System.Web.Mvc.ControllerContext)">
|
|
1184
|
+
<summary>
|
|
1185
|
+
Generates an instance of a MailMessage from the given view and metadata.
|
|
1186
|
+
</summary>
|
|
1187
|
+
<param name="viewName">
|
|
1188
|
+
Name of the view that contain email subject and email body.
|
|
1189
|
+
The first line of the view is considered subject, everything else is body.
|
|
1190
|
+
</param>
|
|
1191
|
+
<param name="metadata">
|
|
1192
|
+
Mail addresses "to", "from", "cc" and other metadata about the email.
|
|
1193
|
+
</param>
|
|
1194
|
+
<param name="context">
|
|
1195
|
+
The context for view rendering.
|
|
1196
|
+
</param>
|
|
1197
|
+
<returns>Returns a MailMessage ready for sending out.</returns>
|
|
1198
|
+
</member>
|
|
1199
|
+
<member name="T:MvcContrib.Services.EmailTemplateService.EmailDetails">
|
|
1200
|
+
<summary>
|
|
1201
|
+
The only information that comes from the email template is subject and body.
|
|
1202
|
+
|
|
1203
|
+
Everything else ("to", "from", etc) is known when we call the service.
|
|
1204
|
+
But subject/body are localizable and can contain placeholders - so they need
|
|
1205
|
+
to get fetched from the email template view.
|
|
1206
|
+
</summary>
|
|
1207
|
+
</member>
|
|
1208
|
+
<member name="T:MvcContrib.Services.IViewStreamReader">
|
|
1209
|
+
<summary>
|
|
1210
|
+
Reads view as a stream.
|
|
1211
|
+
</summary>
|
|
1212
|
+
</member>
|
|
1213
|
+
<member name="T:MvcContrib.NameValueDeserializer">
|
|
1214
|
+
<summary>
|
|
1215
|
+
Provides the ability to deserialize a Request into a CLR object.
|
|
1216
|
+
</summary>
|
|
1217
|
+
</member>
|
|
1218
|
+
<member name="M:MvcContrib.NameValueDeserializer.Deserialize``1(System.Collections.Specialized.NameValueCollection,System.String)">
|
|
1219
|
+
<summary>
|
|
1220
|
+
Deserializes the specified request collection.
|
|
1221
|
+
</summary>
|
|
1222
|
+
<typeparam name="T">The type to deserialize to.</typeparam>
|
|
1223
|
+
<param name="collection">The collection.</param>
|
|
1224
|
+
<param name="prefix">The prefix.</param>
|
|
1225
|
+
<returns>The deserialized object</returns>
|
|
1226
|
+
</member>
|
|
1227
|
+
<member name="M:MvcContrib.NameValueDeserializer.Deserialize``1(System.Collections.Specialized.NameValueCollection)">
|
|
1228
|
+
<summary>
|
|
1229
|
+
Deserializes the specified request collection.
|
|
1230
|
+
</summary>
|
|
1231
|
+
<typeparam name="T">The type to deserialize to.</typeparam>
|
|
1232
|
+
<param name="collection">The collection.</param>
|
|
1233
|
+
<returns>The deserialized object</returns>
|
|
1234
|
+
</member>
|
|
1235
|
+
<member name="M:MvcContrib.NameValueDeserializer.Deserialize(System.Collections.Specialized.NameValueCollection,System.Type)">
|
|
1236
|
+
<summary>
|
|
1237
|
+
Deserializes the specified request collection.
|
|
1238
|
+
</summary>
|
|
1239
|
+
<param name="collection">The collection.</param>
|
|
1240
|
+
<param name="targetType">Type of the target.</param>
|
|
1241
|
+
<returns>The deserialized object</returns>
|
|
1242
|
+
</member>
|
|
1243
|
+
<member name="M:MvcContrib.NameValueDeserializer.Deserialize(System.Collections.Specialized.NameValueCollection,System.String,System.Type)">
|
|
1244
|
+
<summary>
|
|
1245
|
+
Deserializes the specified request collection.
|
|
1246
|
+
</summary>
|
|
1247
|
+
<param name="collection">The collection.</param>
|
|
1248
|
+
<param name="prefix">The prefix.</param>
|
|
1249
|
+
<param name="targetType">Type of the target.</param>
|
|
1250
|
+
<returns>The deserialized object</returns>
|
|
1251
|
+
</member>
|
|
1252
|
+
<member name="T:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler">
|
|
1253
|
+
<summary>A Rails inspired Restful Routing Handler</summary>
|
|
1254
|
+
</member>
|
|
1255
|
+
<member name="F:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.MatchAny">
|
|
1256
|
+
<summary>Matches anything.</summary>
|
|
1257
|
+
</member>
|
|
1258
|
+
<member name="F:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.MatchBase64Guid">
|
|
1259
|
+
<summary>Matches a base64 encoded <see cref="T:System.Guid"/></summary>
|
|
1260
|
+
</member>
|
|
1261
|
+
<member name="F:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.MatchGuid">
|
|
1262
|
+
<summary>Matches a <see cref="T:System.Guid"/><c>@"\{?[a-fA-F0-9]{8}(?:-(?:[a-fA-F0-9]){4}){3}-[a-fA-F0-9]{12}\}?"</c></summary>
|
|
1263
|
+
</member>
|
|
1264
|
+
<member name="F:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.MatchPositiveInteger">
|
|
1265
|
+
<summary>Matches a Positive <see cref="T:System.Int32"/> <c>@"\d{1,10}"</c></summary>
|
|
1266
|
+
</member>
|
|
1267
|
+
<member name="F:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.MatchPositiveLong">
|
|
1268
|
+
<summary>Matches a Positive <see cref="T:System.Int64"/> <c>@"\d{1,19}"</c></summary>
|
|
1269
|
+
</member>
|
|
1270
|
+
<member name="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.BuildRoutes(System.Web.Routing.RouteCollection)">
|
|
1271
|
+
<summary>
|
|
1272
|
+
Adds the set of SimplyRestful routes to the <paramref name="routeCollection"/>.
|
|
1273
|
+
By default a positive integer validator is set for the Id parameter of the <see cref="!:Route.Values"/>.
|
|
1274
|
+
</summary>
|
|
1275
|
+
<param name="routeCollection">The route collection to add the routes to.</param>
|
|
1276
|
+
<seealso cref="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.BuildRoutes(System.Web.Routing.RouteCollection,System.String,System.String,System.String)"/>
|
|
1277
|
+
</member>
|
|
1278
|
+
<member name="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.BuildRoutes(System.Web.Routing.RouteCollection,System.String)">
|
|
1279
|
+
<summary>
|
|
1280
|
+
Adds the set of SimplyRestful routes to the <paramref name="routeCollection"/>.
|
|
1281
|
+
By default a positive integer validator is set for the Id parameter of the <see cref="!:Route.Values"/>.
|
|
1282
|
+
</summary>
|
|
1283
|
+
<param name="routeCollection">The route collection to add the routes to.</param>
|
|
1284
|
+
<param name="areaPrefix">An area inside the site to prefix the <see cref="P:System.Web.Routing.Route.Url"/> with.</param>
|
|
1285
|
+
<seealso cref="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.BuildRoutes(System.Web.Routing.RouteCollection,System.String,System.String,System.String)"/>
|
|
1286
|
+
<example lang="c#">
|
|
1287
|
+
SimplyRestfulRouteHandler.BuildRoutes(RouteTable.Routes, "private/admin")
|
|
1288
|
+
// Generates the Urls private/admin/[controller]/new, private/admin/[controller]/[id]/edit, etc.
|
|
1289
|
+
</example>
|
|
1290
|
+
</member>
|
|
1291
|
+
<member name="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.BuildRoutes(System.Web.Routing.RouteCollection,System.String,System.String,System.String)">
|
|
1292
|
+
<summary>
|
|
1293
|
+
Adds the set of SimplyRestful routes to the <paramref name="routeCollection"/>.
|
|
1294
|
+
</summary>
|
|
1295
|
+
<param name="routeCollection">The route collection to add the routes to.</param>
|
|
1296
|
+
<param name="controllerPath">The path to the controller, you can use the special matching [controller]</param>
|
|
1297
|
+
<param name="idValidationRegex">The <see cref="T:System.Text.RegularExpressions.Regex"/>
|
|
1298
|
+
validator to add to the Id parameter of the <see cref="!:Route.Values"/>, use <c>null</c> to not validate the id.</param>
|
|
1299
|
+
<param name="controller">The name of the controller. Only required if you are trying to route to a specific controller using a non-standard url.</param>
|
|
1300
|
+
</member>
|
|
1301
|
+
<member name="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.EnsureActionResolver(System.IServiceProvider)">
|
|
1302
|
+
<summary>Ensures that a <see cref="T:MvcContrib.SimplyRestful.IRestfulActionResolver"/> exists.</summary>
|
|
1303
|
+
<param name="serviceProvider">The <see cref="T:System.Web.HttpContextBase"/> as an <see cref="T:System.IServiceProvider"/> to try and use to resolve an instance of the <see cref="T:MvcContrib.SimplyRestful.IRestfulActionResolver"/></param>
|
|
1304
|
+
<remarks>If no <see cref="T:MvcContrib.SimplyRestful.IRestfulActionResolver"/> can be resolved the default <see cref="T:MvcContrib.SimplyRestful.RestfulActionResolver"/> is used.</remarks>
|
|
1305
|
+
</member>
|
|
1306
|
+
<member name="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.FixPath(System.String)">
|
|
1307
|
+
<summary>Fixes an area prefix for the route url.</summary>
|
|
1308
|
+
<param name="path">The area prefix to fix.</param>
|
|
1309
|
+
<returns>A non null string with leading and trailing /'s stripped</returns>
|
|
1310
|
+
</member>
|
|
1311
|
+
<member name="M:MvcContrib.SimplyRestful.SimplyRestfulRouteHandler.BuildDefaults(MvcContrib.SimplyRestful.RestfulAction,System.String)">
|
|
1312
|
+
<summary>Builds a Default object for a route.</summary>
|
|
1313
|
+
<param name="restfulAction">The default action for the route.</param>
|
|
1314
|
+
<param name="controllerName">The default controller for the route.</param>
|
|
1315
|
+
<returns>An Anonymous Type with a default Action property and and default Controller property
|
|
1316
|
+
if <paramref name="controllerName"/> is not null or empty.</returns>
|
|
1317
|
+
</member>
|
|
1318
|
+
<member name="T:MvcContrib.Sorting.SortExtensions">
|
|
1319
|
+
<summary>
|
|
1320
|
+
Extension methods for sorting.
|
|
1321
|
+
</summary>
|
|
1322
|
+
</member>
|
|
1323
|
+
<member name="M:MvcContrib.Sorting.SortExtensions.OrderBy``1(System.Collections.Generic.IEnumerable{``0},System.String,MvcContrib.Sorting.SortDirection)">
|
|
1324
|
+
<summary>
|
|
1325
|
+
Orders a datasource by a property with the specified name in the specified direction
|
|
1326
|
+
</summary>
|
|
1327
|
+
<param name="datasource">The datasource to order</param>
|
|
1328
|
+
<param name="propertyName">The name of the property to order by</param>
|
|
1329
|
+
<param name="direction">The direction</param>
|
|
1330
|
+
</member>
|
|
1331
|
+
<member name="M:MvcContrib.Sorting.SortExtensions.OrderBy``1(System.Linq.IQueryable{``0},System.String,MvcContrib.Sorting.SortDirection)">
|
|
1332
|
+
<summary>
|
|
1333
|
+
Orders a datasource by a property with the specified name in the specified direction
|
|
1334
|
+
</summary>
|
|
1335
|
+
<param name="datasource">The datasource to order</param>
|
|
1336
|
+
<param name="propertyName">The name of the property to order by</param>
|
|
1337
|
+
<param name="direction">The direction</param>
|
|
1338
|
+
</member>
|
|
1339
|
+
<member name="T:MvcContrib.SubController">
|
|
1340
|
+
<summary>
|
|
1341
|
+
SubController base class for subcontrollers. SubControllers can be infinitely nested.
|
|
1342
|
+
</summary>
|
|
1343
|
+
</member>
|
|
1344
|
+
<member name="M:MvcContrib.SubController.GetNewRequestContextFromController(System.Web.Mvc.ControllerBase)">
|
|
1345
|
+
<summary>
|
|
1346
|
+
Gets new RequestContext using objects from parent controller. This ensures subcontrollers have their own state that doesn't conflict with the parent.
|
|
1347
|
+
</summary>
|
|
1348
|
+
<param name="parentController">Parent controller</param>
|
|
1349
|
+
<returns>RequestContext</returns>
|
|
1350
|
+
</member>
|
|
1351
|
+
<member name="M:MvcContrib.SubController.GetControllerName">
|
|
1352
|
+
<summary>
|
|
1353
|
+
Gets the name from the type by trimming "controller" and "subcontroller" from the type name. The subcontroller action must match the controller name.
|
|
1354
|
+
</summary>
|
|
1355
|
+
<returns></returns>
|
|
1356
|
+
</member>
|
|
1357
|
+
<member name="T:MvcContrib.SubController`1">
|
|
1358
|
+
<summary>
|
|
1359
|
+
SubController with generic Model property.
|
|
1360
|
+
</summary>
|
|
1361
|
+
<typeparam name="T"></typeparam>
|
|
1362
|
+
</member>
|
|
1363
|
+
<member name="T:MvcContrib.UI.CleanTagBuilder">
|
|
1364
|
+
<summary>
|
|
1365
|
+
Exactly like a tag builder, except doesn't leave empty attributes in the generated html
|
|
1366
|
+
TagBuilder: <li class=""></li>
|
|
1367
|
+
CleanTabBuilder: <li></li>
|
|
1368
|
+
</summary>
|
|
1369
|
+
</member>
|
|
1370
|
+
<member name="T:MvcContrib.UI.DataList.DataList`1">
|
|
1371
|
+
<summary>
|
|
1372
|
+
By default, the DataList displays the items in a single column, However, you can specify any number of columns.
|
|
1373
|
+
</summary>
|
|
1374
|
+
<example>
|
|
1375
|
+
<code>
|
|
1376
|
+
Html.DataList(_dataSource)
|
|
1377
|
+
.NumberOfColumns(3)
|
|
1378
|
+
.RepeatHorizontally()
|
|
1379
|
+
.CellTemplate(x => { Writer.Write(x.ToLower()); })
|
|
1380
|
+
.CellCondition(x => x == "test1")
|
|
1381
|
+
.EmptyDateSourceTemplate(() => { Writer.Write("There is no data available."); })
|
|
1382
|
+
.NoItemTemplate(() => { Writer.Write("No Data."); });
|
|
1383
|
+
</code>
|
|
1384
|
+
</example>
|
|
1385
|
+
<typeparam name="T"></typeparam>
|
|
1386
|
+
</member>
|
|
1387
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.IO.TextWriter)">
|
|
1388
|
+
<summary>
|
|
1389
|
+
Initializes a new instance of the <see cref="T:MvcContrib.UI.DataList.DataList`1"/> class.
|
|
1390
|
+
</summary>
|
|
1391
|
+
<param name="dataSource">The data source.</param>
|
|
1392
|
+
<param name="writer">The writer.</param>
|
|
1393
|
+
</member>
|
|
1394
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.IO.TextWriter,MvcContrib.Hash)">
|
|
1395
|
+
<summary>
|
|
1396
|
+
Initializes a new instance of the <see cref="T:MvcContrib.UI.DataList.DataList`1"/> class.
|
|
1397
|
+
</summary>
|
|
1398
|
+
<param name="dataSource">The data source.</param>
|
|
1399
|
+
<param name="writer">The writer.</param>
|
|
1400
|
+
<param name="tableAttributes">The table attributes.</param>
|
|
1401
|
+
</member>
|
|
1402
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.CellTemplate(System.Action{`0})">
|
|
1403
|
+
<summary>
|
|
1404
|
+
The main cell template.
|
|
1405
|
+
</summary>
|
|
1406
|
+
<param name="contentTemplate">The template.</param>
|
|
1407
|
+
<returns></returns>
|
|
1408
|
+
</member>
|
|
1409
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.EmptyDateSourceTemplate(System.Action)">
|
|
1410
|
+
<summary>
|
|
1411
|
+
If you provide an empty date source the it will use this template in the first cell.
|
|
1412
|
+
</summary>
|
|
1413
|
+
<param name="template">The template.</param>
|
|
1414
|
+
<returns></returns>
|
|
1415
|
+
</member>
|
|
1416
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.NoItemTemplate(System.Action)">
|
|
1417
|
+
<summary>
|
|
1418
|
+
If you have lets say two items and you repeat 3 times
|
|
1419
|
+
then one cell is going to be empty so fill it with this template.
|
|
1420
|
+
</summary>
|
|
1421
|
+
<param name="template">The template.</param>
|
|
1422
|
+
<returns></returns>
|
|
1423
|
+
</member>
|
|
1424
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.CellCondition(System.Func{`0,System.Boolean})">
|
|
1425
|
+
<summary>
|
|
1426
|
+
Filters the items that will be rendered (This should normally be done in the database)
|
|
1427
|
+
</summary>
|
|
1428
|
+
<param name="func">The condition to check.</param>
|
|
1429
|
+
<returns></returns>
|
|
1430
|
+
</member>
|
|
1431
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.CellAttributes(System.Func{System.Object,System.Object}[])">
|
|
1432
|
+
<summary>
|
|
1433
|
+
Attributes that go on every cell (<td id="foo" class="bar">).
|
|
1434
|
+
</summary>
|
|
1435
|
+
<example>CellAttributes(id => "foo", @class => "bar")</example>
|
|
1436
|
+
<param name="attributes">The attributes.</param>
|
|
1437
|
+
<returns></returns>
|
|
1438
|
+
</member>
|
|
1439
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.ShouldRenderCell(`0)">
|
|
1440
|
+
<summary>
|
|
1441
|
+
Checks if a item should be rendered, this checks <see cref="M:MvcContrib.UI.DataList.DataList`1.CellCondition(System.Func{`0,System.Boolean})"/>.
|
|
1442
|
+
</summary>
|
|
1443
|
+
<param name="item">The item.</param>
|
|
1444
|
+
<returns></returns>
|
|
1445
|
+
</member>
|
|
1446
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.NumberOfColumns(System.Int32)">
|
|
1447
|
+
<summary>
|
|
1448
|
+
The amount of Columns to render.
|
|
1449
|
+
</summary>
|
|
1450
|
+
<param name="amount">The amount.</param>
|
|
1451
|
+
<returns></returns>
|
|
1452
|
+
</member>
|
|
1453
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.RepeatVertically">
|
|
1454
|
+
<summary>
|
|
1455
|
+
Repeats the items vertically.
|
|
1456
|
+
</summary>
|
|
1457
|
+
<returns></returns>
|
|
1458
|
+
</member>
|
|
1459
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.RepeatHorizontally">
|
|
1460
|
+
<summary>
|
|
1461
|
+
Repeats the items horizontally.
|
|
1462
|
+
</summary>
|
|
1463
|
+
<returns></returns>
|
|
1464
|
+
</member>
|
|
1465
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.RenderCell(`0)">
|
|
1466
|
+
<summary>
|
|
1467
|
+
Renders the cell.
|
|
1468
|
+
</summary>
|
|
1469
|
+
<param name="item">The item.</param>
|
|
1470
|
+
</member>
|
|
1471
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.Render">
|
|
1472
|
+
<summary>
|
|
1473
|
+
Renders this DataList.
|
|
1474
|
+
</summary>
|
|
1475
|
+
</member>
|
|
1476
|
+
<member name="M:MvcContrib.UI.DataList.DataList`1.ToString">
|
|
1477
|
+
<summary>
|
|
1478
|
+
Renders to the TextWriter, and returns null.
|
|
1479
|
+
This is by design so that it can be used with inline syntax in views.
|
|
1480
|
+
</summary>
|
|
1481
|
+
<returns>null</returns>
|
|
1482
|
+
</member>
|
|
1483
|
+
<member name="P:MvcContrib.UI.DataList.DataList`1.RepeatDirection">
|
|
1484
|
+
<summary>
|
|
1485
|
+
Gets or sets the repeat direction.
|
|
1486
|
+
</summary>
|
|
1487
|
+
<value>The repeat direction.</value>
|
|
1488
|
+
</member>
|
|
1489
|
+
<member name="P:MvcContrib.UI.DataList.DataList`1.RepeatColumns">
|
|
1490
|
+
<summary>
|
|
1491
|
+
Gets or sets the the amount of columns to display.
|
|
1492
|
+
</summary>
|
|
1493
|
+
<remarks>
|
|
1494
|
+
If this property is set to 0, the DataList will displays its items in a single row or column, based on the value of the RepeatDirection property.
|
|
1495
|
+
</remarks>
|
|
1496
|
+
<value>The repeat columns.</value>
|
|
1497
|
+
</member>
|
|
1498
|
+
<member name="P:MvcContrib.UI.DataList.DataList`1.ItemRenderer">
|
|
1499
|
+
<summary>
|
|
1500
|
+
Gets or sets the item renderer. You should use <see cref="M:MvcContrib.UI.DataList.DataList`1.CellTemplate(System.Action{`0})"/>
|
|
1501
|
+
</summary>
|
|
1502
|
+
<value>The item renderer.</value>
|
|
1503
|
+
</member>
|
|
1504
|
+
<member name="M:MvcContrib.UI.DataList.DataListExtensions.DataList``1(System.Web.Mvc.HtmlHelper,System.Collections.Generic.IEnumerable{``0})">
|
|
1505
|
+
<summary>
|
|
1506
|
+
Create a DataList.
|
|
1507
|
+
</summary>
|
|
1508
|
+
<typeparam name="T"></typeparam>
|
|
1509
|
+
<param name="helper">The helper.</param>
|
|
1510
|
+
<param name="dataSource">The data source.</param>
|
|
1511
|
+
<returns></returns>
|
|
1512
|
+
</member>
|
|
1513
|
+
<member name="M:MvcContrib.UI.DataList.DataListExtensions.DataList``1(System.Web.Mvc.HtmlHelper,System.Collections.Generic.IEnumerable{``0},System.Func{System.Object,System.Object}[])">
|
|
1514
|
+
<summary>
|
|
1515
|
+
Create a DataList.
|
|
1516
|
+
</summary>
|
|
1517
|
+
<typeparam name="T"></typeparam>
|
|
1518
|
+
<param name="helper">The helper.</param>
|
|
1519
|
+
<param name="dataSource">The data source.</param>
|
|
1520
|
+
<param name="tableAttributes">The table attributes.</param>
|
|
1521
|
+
<returns></returns>
|
|
1522
|
+
</member>
|
|
1523
|
+
<member name="T:MvcContrib.UI.Grid.GridModel`1">
|
|
1524
|
+
<summary>
|
|
1525
|
+
Default model for grid
|
|
1526
|
+
</summary>
|
|
1527
|
+
</member>
|
|
1528
|
+
<member name="T:MvcContrib.UI.Grid.IGridModel`1">
|
|
1529
|
+
<summary>
|
|
1530
|
+
Defines a grid model
|
|
1531
|
+
</summary>
|
|
1532
|
+
</member>
|
|
1533
|
+
<member name="M:MvcContrib.UI.Grid.GridModel`1.#ctor">
|
|
1534
|
+
<summary>
|
|
1535
|
+
Creates a new instance of the GridModel class
|
|
1536
|
+
</summary>
|
|
1537
|
+
</member>
|
|
1538
|
+
<member name="M:MvcContrib.UI.Grid.GridModel`1.Empty(System.String)">
|
|
1539
|
+
<summary>
|
|
1540
|
+
Text that will be displayed when the grid has no data.
|
|
1541
|
+
</summary>
|
|
1542
|
+
<param name="emptyText">Text to display</param>
|
|
1543
|
+
</member>
|
|
1544
|
+
<member name="M:MvcContrib.UI.Grid.GridModel`1.Attributes(System.Func{System.Object,System.Object}[])">
|
|
1545
|
+
<summary>
|
|
1546
|
+
Defines additional attributes for the grid.
|
|
1547
|
+
</summary>
|
|
1548
|
+
<param name="hash"></param>
|
|
1549
|
+
</member>
|
|
1550
|
+
<member name="M:MvcContrib.UI.Grid.GridModel`1.Attributes(System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
1551
|
+
<summary>
|
|
1552
|
+
Defines additional attributes for the grid
|
|
1553
|
+
</summary>
|
|
1554
|
+
<param name="attributes"></param>
|
|
1555
|
+
</member>
|
|
1556
|
+
<member name="M:MvcContrib.UI.Grid.GridModel`1.RenderUsing(MvcContrib.UI.Grid.IGridRenderer{`0})">
|
|
1557
|
+
<summary>
|
|
1558
|
+
Specifies the Renderer to use with this grid. If omitted, the HtmlTableGridRenderer will be used.
|
|
1559
|
+
</summary>
|
|
1560
|
+
<param name="renderer">The Renderer to use</param>
|
|
1561
|
+
</member>
|
|
1562
|
+
<member name="M:MvcContrib.UI.Grid.GridModel`1.Sort(MvcContrib.UI.Grid.GridSortOptions)">
|
|
1563
|
+
<summary>
|
|
1564
|
+
Secifies that the grid is currently being sorted by the specified column in a particular direction.
|
|
1565
|
+
</summary>
|
|
1566
|
+
</member>
|
|
1567
|
+
<member name="P:MvcContrib.UI.Grid.GridModel`1.Column">
|
|
1568
|
+
<summary>
|
|
1569
|
+
Column builder for this grid model
|
|
1570
|
+
</summary>
|
|
1571
|
+
</member>
|
|
1572
|
+
<member name="P:MvcContrib.UI.Grid.GridModel`1.MvcContrib#UI#Grid#IGridModel{T}#Sections">
|
|
1573
|
+
<summary>
|
|
1574
|
+
Section overrides for this grid model.
|
|
1575
|
+
</summary>
|
|
1576
|
+
</member>
|
|
1577
|
+
<member name="P:MvcContrib.UI.Grid.GridModel`1.Sections">
|
|
1578
|
+
<summary>
|
|
1579
|
+
Section overrides for this grid model.
|
|
1580
|
+
</summary>
|
|
1581
|
+
</member>
|
|
1582
|
+
<member name="T:MvcContrib.UI.Grid.ActionSyntax.ActionSyntaxExtensions">
|
|
1583
|
+
<summary>
|
|
1584
|
+
Extension methods for the Grid that enable the alternative 'Action' syntax for rendering custom sections.
|
|
1585
|
+
</summary>
|
|
1586
|
+
</member>
|
|
1587
|
+
<member name="M:MvcContrib.UI.Grid.ActionSyntax.ActionSyntaxExtensions.RowStart``1(MvcContrib.UI.Grid.Syntax.IGridWithOptions{``0},System.Action{``0})">
|
|
1588
|
+
<summary>
|
|
1589
|
+
Executes a delegate that can be used to specify custom HTML to replace the built in rendering of the start of the row.
|
|
1590
|
+
</summary>
|
|
1591
|
+
<param name="grid">The grid</param>
|
|
1592
|
+
<param name="block">Action that renders the HTML.</param>
|
|
1593
|
+
</member>
|
|
1594
|
+
<member name="M:MvcContrib.UI.Grid.ActionSyntax.ActionSyntaxExtensions.RowStart``1(MvcContrib.UI.Grid.Syntax.IGridWithOptions{``0},System.Action{``0,MvcContrib.UI.Grid.GridRowViewData{``0}})">
|
|
1595
|
+
<summary>
|
|
1596
|
+
Executes a delegate that can be used to specify custom HTML to replace the built in rendering of the start of the row.
|
|
1597
|
+
</summary>
|
|
1598
|
+
<param name="grid">The grid</param>
|
|
1599
|
+
<param name="block">Action that renders the HTML.</param>
|
|
1600
|
+
</member>
|
|
1601
|
+
<member name="M:MvcContrib.UI.Grid.ActionSyntax.ActionSyntaxExtensions.RowEnd``1(MvcContrib.UI.Grid.Syntax.IGridWithOptions{``0},System.Action{``0})">
|
|
1602
|
+
<summary>
|
|
1603
|
+
Executes a delegate that can be used to specify custom HTML to replace the built in rendering of the end of the row.
|
|
1604
|
+
</summary>
|
|
1605
|
+
<param name="grid">The grid</param>
|
|
1606
|
+
<param name="block">Action that renders the HTML.</param>
|
|
1607
|
+
</member>
|
|
1608
|
+
<member name="M:MvcContrib.UI.Grid.ActionSyntax.ActionSyntaxExtensions.HeaderAction``1(MvcContrib.UI.Grid.IGridColumn{``0},System.Action)">
|
|
1609
|
+
<summary>
|
|
1610
|
+
Specifies that an action should be used to render the column header.
|
|
1611
|
+
</summary>
|
|
1612
|
+
<param name="column">The current column</param>
|
|
1613
|
+
<param name="action">The action to render</param>
|
|
1614
|
+
<returns></returns>
|
|
1615
|
+
</member>
|
|
1616
|
+
<member name="M:MvcContrib.UI.Grid.ActionSyntax.ActionSyntaxExtensions.Action``1(MvcContrib.UI.Grid.IGridColumn{``0},System.Action{``0})">
|
|
1617
|
+
<summary>
|
|
1618
|
+
Specifies that an action should be used to render the contents of this column.
|
|
1619
|
+
</summary>
|
|
1620
|
+
<param name="column">The current column</param>
|
|
1621
|
+
<param name="action">The action to render</param>
|
|
1622
|
+
<returns></returns>
|
|
1623
|
+
</member>
|
|
1624
|
+
<member name="T:MvcContrib.UI.Grid.ColumnBuilder`1">
|
|
1625
|
+
<summary>
|
|
1626
|
+
Builds grid columns
|
|
1627
|
+
</summary>
|
|
1628
|
+
</member>
|
|
1629
|
+
<member name="M:MvcContrib.UI.Grid.ColumnBuilder`1.For(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})">
|
|
1630
|
+
<summary>
|
|
1631
|
+
Specifies a column should be constructed for the specified property.
|
|
1632
|
+
</summary>
|
|
1633
|
+
<param name="propertySpecifier">Lambda that specifies the property for which a column should be constructed</param>
|
|
1634
|
+
</member>
|
|
1635
|
+
<member name="M:MvcContrib.UI.Grid.ColumnBuilder`1.For(System.String)">
|
|
1636
|
+
<summary>
|
|
1637
|
+
Specifies that a custom column should be constructed with the specified name.
|
|
1638
|
+
</summary>
|
|
1639
|
+
<param name="name"></param>
|
|
1640
|
+
</member>
|
|
1641
|
+
<member name="T:MvcContrib.UI.Grid.GridColumn`1">
|
|
1642
|
+
<summary>
|
|
1643
|
+
Column for the grid
|
|
1644
|
+
</summary>
|
|
1645
|
+
</member>
|
|
1646
|
+
<member name="T:MvcContrib.UI.Grid.IGridColumn`1">
|
|
1647
|
+
<summary>
|
|
1648
|
+
Grid Column fluent interface
|
|
1649
|
+
</summary>
|
|
1650
|
+
</member>
|
|
1651
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.Named(System.String)">
|
|
1652
|
+
<summary>
|
|
1653
|
+
Specified an explicit name for the column.
|
|
1654
|
+
</summary>
|
|
1655
|
+
<param name="name">Name of column</param>
|
|
1656
|
+
<returns></returns>
|
|
1657
|
+
</member>
|
|
1658
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.DoNotSplit">
|
|
1659
|
+
<summary>
|
|
1660
|
+
If the property name is PascalCased, it should not be split part.
|
|
1661
|
+
</summary>
|
|
1662
|
+
<returns></returns>
|
|
1663
|
+
</member>
|
|
1664
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.Format(System.String)">
|
|
1665
|
+
<summary>
|
|
1666
|
+
A custom format to use when building the cell's value
|
|
1667
|
+
</summary>
|
|
1668
|
+
<param name="format">Format to use</param>
|
|
1669
|
+
<returns></returns>
|
|
1670
|
+
</member>
|
|
1671
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.CellCondition(System.Func{`0,System.Boolean})">
|
|
1672
|
+
<summary>
|
|
1673
|
+
Delegate used to hide the contents of the cells in a column.
|
|
1674
|
+
</summary>
|
|
1675
|
+
</member>
|
|
1676
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.Visible(System.Boolean)">
|
|
1677
|
+
<summary>
|
|
1678
|
+
Determines whether the column should be displayed
|
|
1679
|
+
</summary>
|
|
1680
|
+
<param name="isVisible"></param>
|
|
1681
|
+
<returns></returns>
|
|
1682
|
+
</member>
|
|
1683
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.DoNotEncode">
|
|
1684
|
+
<summary>
|
|
1685
|
+
Do not HTML Encode the output
|
|
1686
|
+
</summary>
|
|
1687
|
+
<returns></returns>
|
|
1688
|
+
</member>
|
|
1689
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.HeaderAttributes(System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
1690
|
+
<summary>
|
|
1691
|
+
Defines additional attributes for the column heading.
|
|
1692
|
+
</summary>
|
|
1693
|
+
<param name="attributes"></param>
|
|
1694
|
+
<returns></returns>
|
|
1695
|
+
</member>
|
|
1696
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.Attributes(System.Func{MvcContrib.UI.Grid.GridRowViewData{`0},System.Collections.Generic.IDictionary{System.String,System.Object}})">
|
|
1697
|
+
<summary>
|
|
1698
|
+
Defines additional attributes for the cell.
|
|
1699
|
+
</summary>
|
|
1700
|
+
<param name="attributes">Lambda expression that should return a dictionary containing the attributes for the cell</param>
|
|
1701
|
+
<returns></returns>
|
|
1702
|
+
</member>
|
|
1703
|
+
<member name="M:MvcContrib.UI.Grid.IGridColumn`1.Sortable(System.Boolean)">
|
|
1704
|
+
<summary>
|
|
1705
|
+
Specifies whether or not this column should be sortable.
|
|
1706
|
+
The default is true.
|
|
1707
|
+
</summary>
|
|
1708
|
+
<param name="isColumnSortable"></param>
|
|
1709
|
+
<returns></returns>
|
|
1710
|
+
</member>
|
|
1711
|
+
<member name="P:MvcContrib.UI.Grid.IGridColumn`1.CustomHeaderRenderer">
|
|
1712
|
+
<summary>
|
|
1713
|
+
Custom header renderer
|
|
1714
|
+
</summary>
|
|
1715
|
+
</member>
|
|
1716
|
+
<member name="P:MvcContrib.UI.Grid.IGridColumn`1.CustomItemRenderer">
|
|
1717
|
+
<summary>
|
|
1718
|
+
Custom item renderer
|
|
1719
|
+
</summary>
|
|
1720
|
+
</member>
|
|
1721
|
+
<member name="M:MvcContrib.UI.Grid.GridColumn`1.#ctor(System.Func{`0,System.Object},System.String,System.Type)">
|
|
1722
|
+
<summary>
|
|
1723
|
+
Creates a new instance of the GridColumn class
|
|
1724
|
+
</summary>
|
|
1725
|
+
</member>
|
|
1726
|
+
<member name="M:MvcContrib.UI.Grid.GridColumn`1.GetValue(`0)">
|
|
1727
|
+
<summary>
|
|
1728
|
+
Gets the value for a particular cell in this column
|
|
1729
|
+
</summary>
|
|
1730
|
+
<param name="instance">Instance from which the value should be obtained</param>
|
|
1731
|
+
<returns>Item to be rendered</returns>
|
|
1732
|
+
</member>
|
|
1733
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.Name">
|
|
1734
|
+
<summary>
|
|
1735
|
+
Name of the column
|
|
1736
|
+
</summary>
|
|
1737
|
+
</member>
|
|
1738
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.DisplayName">
|
|
1739
|
+
<summary>
|
|
1740
|
+
Display name for the column
|
|
1741
|
+
</summary>
|
|
1742
|
+
</member>
|
|
1743
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.ColumnType">
|
|
1744
|
+
<summary>
|
|
1745
|
+
The type of the object being rendered for thsi column.
|
|
1746
|
+
Note: this will return null if the type cannot be inferred.
|
|
1747
|
+
</summary>
|
|
1748
|
+
</member>
|
|
1749
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.CustomHeaderRenderer">
|
|
1750
|
+
<summary>
|
|
1751
|
+
Custom header renderer
|
|
1752
|
+
</summary>
|
|
1753
|
+
</member>
|
|
1754
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.CustomItemRenderer">
|
|
1755
|
+
<summary>
|
|
1756
|
+
Custom item renderer
|
|
1757
|
+
</summary>
|
|
1758
|
+
</member>
|
|
1759
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.HeaderAttributes">
|
|
1760
|
+
<summary>
|
|
1761
|
+
Additional attributes for the column header
|
|
1762
|
+
</summary>
|
|
1763
|
+
</member>
|
|
1764
|
+
<member name="P:MvcContrib.UI.Grid.GridColumn`1.Attributes">
|
|
1765
|
+
<summary>
|
|
1766
|
+
Additional attributes for the cell
|
|
1767
|
+
</summary>
|
|
1768
|
+
</member>
|
|
1769
|
+
<member name="T:MvcContrib.UI.Grid.Grid`1">
|
|
1770
|
+
<summary>
|
|
1771
|
+
Defines a grid to be rendered.
|
|
1772
|
+
</summary>
|
|
1773
|
+
<typeparam name="T">Type of datasource for the grid</typeparam>
|
|
1774
|
+
</member>
|
|
1775
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.RenderUsing(MvcContrib.UI.Grid.IGridRenderer{`0})">
|
|
1776
|
+
<summary>
|
|
1777
|
+
Specifies that the grid should be rendered using a specified renderer.
|
|
1778
|
+
</summary>
|
|
1779
|
+
<param name="renderer">Renderer to use</param>
|
|
1780
|
+
<returns></returns>
|
|
1781
|
+
</member>
|
|
1782
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.Columns(System.Action{MvcContrib.UI.Grid.ColumnBuilder{`0}})">
|
|
1783
|
+
<summary>
|
|
1784
|
+
Specifies the columns to use.
|
|
1785
|
+
</summary>
|
|
1786
|
+
<param name="columnBuilder"></param>
|
|
1787
|
+
<returns></returns>
|
|
1788
|
+
</member>
|
|
1789
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.Empty(System.String)">
|
|
1790
|
+
<summary>
|
|
1791
|
+
Text to render when grid is empty.
|
|
1792
|
+
</summary>
|
|
1793
|
+
<param name="emptyText">Empty Text</param>
|
|
1794
|
+
<returns></returns>
|
|
1795
|
+
</member>
|
|
1796
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.Attributes(System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
1797
|
+
<summary>
|
|
1798
|
+
Additional custom attributes
|
|
1799
|
+
</summary>
|
|
1800
|
+
<returns></returns>
|
|
1801
|
+
</member>
|
|
1802
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.RowAttributes(System.Func{MvcContrib.UI.Grid.GridRowViewData{`0},System.Collections.Generic.IDictionary{System.String,System.Object}})">
|
|
1803
|
+
<summary>
|
|
1804
|
+
Additional custom attributes for each row
|
|
1805
|
+
</summary>
|
|
1806
|
+
<param name="attributes">Lambda expression that returns custom attributes for each row</param>
|
|
1807
|
+
<returns></returns>
|
|
1808
|
+
</member>
|
|
1809
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.HeaderRowAttributes(System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
1810
|
+
<summary>
|
|
1811
|
+
Additional custom attributes for the header row.
|
|
1812
|
+
</summary>
|
|
1813
|
+
<param name="attributes">Attributes for the header row</param>
|
|
1814
|
+
<returns></returns>
|
|
1815
|
+
</member>
|
|
1816
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.Sort(MvcContrib.UI.Grid.GridSortOptions)">
|
|
1817
|
+
<summary>
|
|
1818
|
+
Specifies that the grid is currently sorted
|
|
1819
|
+
</summary>
|
|
1820
|
+
</member>
|
|
1821
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.Render">
|
|
1822
|
+
<summary>
|
|
1823
|
+
Renders the grid to the TextWriter specified at creation
|
|
1824
|
+
</summary>
|
|
1825
|
+
<returns></returns>
|
|
1826
|
+
</member>
|
|
1827
|
+
<member name="P:MvcContrib.UI.Grid.Syntax.IGridWithOptions`1.Model">
|
|
1828
|
+
<summary>
|
|
1829
|
+
The GridModel that holds the internal representation of this grid.
|
|
1830
|
+
</summary>
|
|
1831
|
+
</member>
|
|
1832
|
+
<member name="M:MvcContrib.UI.Grid.Syntax.IGrid`1.WithModel(MvcContrib.UI.Grid.IGridModel{`0})">
|
|
1833
|
+
<summary>
|
|
1834
|
+
Specifies a custom GridModel to use.
|
|
1835
|
+
</summary>
|
|
1836
|
+
<param name="model">The GridModel storing information about this grid</param>
|
|
1837
|
+
<returns></returns>
|
|
1838
|
+
</member>
|
|
1839
|
+
<member name="M:MvcContrib.UI.Grid.Grid`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.IO.TextWriter,System.Web.Mvc.ViewContext)">
|
|
1840
|
+
<summary>
|
|
1841
|
+
Creates a new instance of the Grid class.
|
|
1842
|
+
</summary>
|
|
1843
|
+
<param name="dataSource">The datasource for the grid</param>
|
|
1844
|
+
<param name="writer">The TextWriter where the grid should be rendered</param>
|
|
1845
|
+
<param name="context"></param>
|
|
1846
|
+
</member>
|
|
1847
|
+
<member name="M:MvcContrib.UI.Grid.Grid`1.ToString">
|
|
1848
|
+
<summary>
|
|
1849
|
+
Renders to the TextWriter, and returns null.
|
|
1850
|
+
This is by design so that it can be used with inline syntax in views.
|
|
1851
|
+
</summary>
|
|
1852
|
+
<returns></returns>
|
|
1853
|
+
</member>
|
|
1854
|
+
<member name="P:MvcContrib.UI.Grid.Grid`1.Model">
|
|
1855
|
+
<summary>
|
|
1856
|
+
The GridModel that holds the internal representation of this grid.
|
|
1857
|
+
</summary>
|
|
1858
|
+
</member>
|
|
1859
|
+
<member name="P:MvcContrib.UI.Grid.Grid`1.DataSource">
|
|
1860
|
+
<summary>
|
|
1861
|
+
The datasource for the grid.
|
|
1862
|
+
</summary>
|
|
1863
|
+
</member>
|
|
1864
|
+
<member name="T:MvcContrib.UI.Grid.GridExtensions">
|
|
1865
|
+
<summary>
|
|
1866
|
+
Extension methods related to the Grid
|
|
1867
|
+
</summary>
|
|
1868
|
+
</member>
|
|
1869
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.Grid``1(System.Web.Mvc.HtmlHelper,System.Collections.Generic.IEnumerable{``0})">
|
|
1870
|
+
<summary>
|
|
1871
|
+
Creates a grid using the specified datasource.
|
|
1872
|
+
</summary>
|
|
1873
|
+
<typeparam name="T">Type of datasouce element</typeparam>
|
|
1874
|
+
<returns></returns>
|
|
1875
|
+
</member>
|
|
1876
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.Grid``1(System.Web.Mvc.HtmlHelper,System.String)">
|
|
1877
|
+
<summary>
|
|
1878
|
+
Creates a grid from an entry in the viewdata.
|
|
1879
|
+
</summary>
|
|
1880
|
+
<typeparam name="T">Type of element in the grid datasource.</typeparam>
|
|
1881
|
+
<returns></returns>
|
|
1882
|
+
</member>
|
|
1883
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.HeaderAttributes``1(MvcContrib.UI.Grid.IGridColumn{``0},System.Func{System.Object,System.Object}[])">
|
|
1884
|
+
<summary>
|
|
1885
|
+
Defines additional attributes for the column heading.
|
|
1886
|
+
</summary>
|
|
1887
|
+
<returns></returns>
|
|
1888
|
+
</member>
|
|
1889
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.Attributes``1(MvcContrib.UI.Grid.Syntax.IGridWithOptions{``0},System.Func{System.Object,System.Object}[])">
|
|
1890
|
+
<summary>
|
|
1891
|
+
Defines additional attributes for a grid.
|
|
1892
|
+
</summary>
|
|
1893
|
+
<returns></returns>
|
|
1894
|
+
</member>
|
|
1895
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.Attributes``1(MvcContrib.UI.Grid.IGridColumn{``0},System.Func{System.Object,System.Object}[])">
|
|
1896
|
+
<summary>
|
|
1897
|
+
Defines additional attributes for the cell.
|
|
1898
|
+
</summary>
|
|
1899
|
+
</member>
|
|
1900
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.RowAttributes``1(MvcContrib.UI.Grid.IGridSections{``0},System.Func{MvcContrib.UI.Grid.GridRowViewData{``0},System.Collections.Generic.IDictionary{System.String,System.Object}})">
|
|
1901
|
+
<summary>
|
|
1902
|
+
Associates custom attributes with every grid row.
|
|
1903
|
+
</summary>
|
|
1904
|
+
</member>
|
|
1905
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.RowStart``1(MvcContrib.UI.Grid.IGridSections{``0},System.Func{MvcContrib.UI.Grid.GridRowViewData{``0},System.String})">
|
|
1906
|
+
<summary>
|
|
1907
|
+
Renders the specified text at the start of every row instead of the default output.
|
|
1908
|
+
</summary>
|
|
1909
|
+
</member>
|
|
1910
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.RowEnd``1(MvcContrib.UI.Grid.IGridSections{``0},System.Func{MvcContrib.UI.Grid.GridRowViewData{``0},System.String})">
|
|
1911
|
+
<summary>
|
|
1912
|
+
Renders the specified text at the end of every row instead of the default output.
|
|
1913
|
+
</summary>
|
|
1914
|
+
</member>
|
|
1915
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.RowStart``1(MvcContrib.UI.Grid.Syntax.IGridWithOptions{``0},System.Func{MvcContrib.UI.Grid.GridRowViewData{``0},System.String})">
|
|
1916
|
+
<summary>
|
|
1917
|
+
Renders the specified text at the start of every row instead of the default output.
|
|
1918
|
+
</summary>
|
|
1919
|
+
<param name="grid">The grid</param>
|
|
1920
|
+
<param name="rowStart">Lambda takes an instance of GridRowViewData and returns the string to render</param>
|
|
1921
|
+
<returns></returns>
|
|
1922
|
+
</member>
|
|
1923
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.RowEnd``1(MvcContrib.UI.Grid.Syntax.IGridWithOptions{``0},System.Func{MvcContrib.UI.Grid.GridRowViewData{``0},System.String})">
|
|
1924
|
+
<summary>
|
|
1925
|
+
Renders the specified text at the start of every row instead of the default output.
|
|
1926
|
+
</summary>
|
|
1927
|
+
<param name="grid">The grid</param>
|
|
1928
|
+
<param name="rowEnd">Lambda takes an instance of GridRowViewData and returns the string to render</param>
|
|
1929
|
+
<returns></returns>
|
|
1930
|
+
</member>
|
|
1931
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.Header``1(MvcContrib.UI.Grid.IGridColumn{``0},System.String)">
|
|
1932
|
+
<summary>
|
|
1933
|
+
The HTML that should be used to render the header for the column. This should include TD tags.
|
|
1934
|
+
</summary>
|
|
1935
|
+
<param name="column">The current column</param>
|
|
1936
|
+
<param name="header">The format to use.</param>
|
|
1937
|
+
<returns></returns>
|
|
1938
|
+
</member>
|
|
1939
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.Partial``1(MvcContrib.UI.Grid.IGridColumn{``0},System.String)">
|
|
1940
|
+
<summary>
|
|
1941
|
+
Specifies that a partial view should be used to render the contents of this column.
|
|
1942
|
+
</summary>
|
|
1943
|
+
<param name="column">The current column</param>
|
|
1944
|
+
<param name="partialName">The name of the partial view</param>
|
|
1945
|
+
<returns></returns>
|
|
1946
|
+
</member>
|
|
1947
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.HeaderRowAttributes``1(MvcContrib.UI.Grid.IGridSections{``0},System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
1948
|
+
<summary>
|
|
1949
|
+
Specifies custom attributes for the header row.
|
|
1950
|
+
</summary>
|
|
1951
|
+
</member>
|
|
1952
|
+
<member name="M:MvcContrib.UI.Grid.GridExtensions.AutoGenerateColumns``1(MvcContrib.UI.Grid.Syntax.IGrid{``0})">
|
|
1953
|
+
<summary>
|
|
1954
|
+
Specifies that the grid's columns should be automatically generated from the public properties on the model object.
|
|
1955
|
+
</summary>
|
|
1956
|
+
</member>
|
|
1957
|
+
<member name="T:MvcContrib.UI.Grid.GridRenderer`1">
|
|
1958
|
+
<summary>
|
|
1959
|
+
Base class for Grid Renderers.
|
|
1960
|
+
</summary>
|
|
1961
|
+
</member>
|
|
1962
|
+
<member name="T:MvcContrib.UI.Grid.IGridRenderer`1">
|
|
1963
|
+
<summary>
|
|
1964
|
+
A renderer responsible for rendering a grid.
|
|
1965
|
+
</summary>
|
|
1966
|
+
</member>
|
|
1967
|
+
<member name="M:MvcContrib.UI.Grid.IGridRenderer`1.Render(MvcContrib.UI.Grid.IGridModel{`0},System.Collections.Generic.IEnumerable{`0},System.IO.TextWriter,System.Web.Mvc.ViewContext)">
|
|
1968
|
+
<summary>
|
|
1969
|
+
Renders a grid
|
|
1970
|
+
</summary>
|
|
1971
|
+
<param name="gridModel">The grid model to render</param>
|
|
1972
|
+
<param name="dataSource">Data source for the grid</param>
|
|
1973
|
+
<param name="output">The TextWriter to which the grid should be rendered/</param>
|
|
1974
|
+
<param name="viewContext">View context</param>
|
|
1975
|
+
</member>
|
|
1976
|
+
<member name="T:MvcContrib.UI.Grid.GridRow`1">
|
|
1977
|
+
<summary>
|
|
1978
|
+
Represents a Grid Row
|
|
1979
|
+
</summary>
|
|
1980
|
+
<typeparam name="T"></typeparam>
|
|
1981
|
+
</member>
|
|
1982
|
+
<member name="P:MvcContrib.UI.Grid.GridRow`1.StartSectionRenderer">
|
|
1983
|
+
<summary>
|
|
1984
|
+
Invokes the custom renderer defined (if any) for the start of the row.
|
|
1985
|
+
Returns TRUE if custom rendering occurred (indicating that further rendering should stop) otherwise FALSE.
|
|
1986
|
+
</summary>
|
|
1987
|
+
</member>
|
|
1988
|
+
<member name="P:MvcContrib.UI.Grid.GridRow`1.EndSectionRenderer">
|
|
1989
|
+
<summary>
|
|
1990
|
+
Invokes the custom renderer defined (if any) for the start of the row.
|
|
1991
|
+
Returns TRUE if custom rendering occurred (indicating that further rendering should stop) otherwise FALSE.
|
|
1992
|
+
</summary>
|
|
1993
|
+
</member>
|
|
1994
|
+
<member name="P:MvcContrib.UI.Grid.GridRow`1.Attributes">
|
|
1995
|
+
<summary>
|
|
1996
|
+
Returns custom attributes for the row.
|
|
1997
|
+
</summary>
|
|
1998
|
+
</member>
|
|
1999
|
+
<member name="T:MvcContrib.UI.Grid.GridRowViewData`1">
|
|
2000
|
+
<summary>
|
|
2001
|
+
Used as viewdata for partials rendered for RowStart/RowEnd
|
|
2002
|
+
</summary>
|
|
2003
|
+
</member>
|
|
2004
|
+
<member name="M:MvcContrib.UI.Grid.GridRowViewData`1.#ctor(`0,System.Boolean)">
|
|
2005
|
+
<summary>
|
|
2006
|
+
Creates a new instance of the GridRowViewData class.
|
|
2007
|
+
</summary>
|
|
2008
|
+
</member>
|
|
2009
|
+
<member name="P:MvcContrib.UI.Grid.GridRowViewData`1.Item">
|
|
2010
|
+
<summary>
|
|
2011
|
+
The current item for this row in the data source.
|
|
2012
|
+
</summary>
|
|
2013
|
+
</member>
|
|
2014
|
+
<member name="P:MvcContrib.UI.Grid.GridRowViewData`1.IsAlternate">
|
|
2015
|
+
<summary>
|
|
2016
|
+
Whether this is an alternating row
|
|
2017
|
+
</summary>
|
|
2018
|
+
</member>
|
|
2019
|
+
<member name="T:MvcContrib.UI.Grid.GridSections`1">
|
|
2020
|
+
<summary>
|
|
2021
|
+
Sections for a grid.
|
|
2022
|
+
</summary>
|
|
2023
|
+
</member>
|
|
2024
|
+
<member name="T:MvcContrib.UI.Grid.GridSortOptions">
|
|
2025
|
+
<summary>
|
|
2026
|
+
Sorting information for use with the grid.
|
|
2027
|
+
</summary>
|
|
2028
|
+
</member>
|
|
2029
|
+
<member name="T:MvcContrib.UI.Grid.HtmlTableGridRenderer`1">
|
|
2030
|
+
<summary>
|
|
2031
|
+
Renders a grid as an HTML table.
|
|
2032
|
+
</summary>
|
|
2033
|
+
</member>
|
|
2034
|
+
<member name="M:MvcContrib.UI.Grid.HtmlTableGridRenderer`1.BuildHtmlAttributes(System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
2035
|
+
<summary>
|
|
2036
|
+
Converts the specified attributes dictionary of key-value pairs into a string of HTML attributes.
|
|
2037
|
+
</summary>
|
|
2038
|
+
<returns></returns>
|
|
2039
|
+
</member>
|
|
2040
|
+
<member name="T:MvcContrib.UI.Grid.RenderingContext">
|
|
2041
|
+
<summary>
|
|
2042
|
+
Context class used when rendering the grid.
|
|
2043
|
+
</summary>
|
|
2044
|
+
</member>
|
|
2045
|
+
<member name="F:MvcContrib.UI.Html.ModelVisualizerExtension.HtmlContainer">
|
|
2046
|
+
<summary>
|
|
2047
|
+
Snipped that allows the rendered table to be collapsed
|
|
2048
|
+
</summary>
|
|
2049
|
+
</member>
|
|
2050
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.ModelVisualizer(System.Web.Mvc.HtmlHelper)">
|
|
2051
|
+
<summary>
|
|
2052
|
+
Renders Model as table
|
|
2053
|
+
</summary>
|
|
2054
|
+
<param name="htmlHelper"></param>
|
|
2055
|
+
<returns></returns>
|
|
2056
|
+
</member>
|
|
2057
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.RenderSelectListTable(System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem})">
|
|
2058
|
+
<summary>
|
|
2059
|
+
render items of SelectList (ie for DropDown)
|
|
2060
|
+
</summary>
|
|
2061
|
+
<param name="selectListToRender"></param>
|
|
2062
|
+
<returns></returns>
|
|
2063
|
+
</member>
|
|
2064
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.RenderObjectTable(System.Object)">
|
|
2065
|
+
<summary>
|
|
2066
|
+
Render properties of an object as table
|
|
2067
|
+
</summary>
|
|
2068
|
+
<param name="objectToRender"></param>
|
|
2069
|
+
<returns></returns>
|
|
2070
|
+
</member>
|
|
2071
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.RenderGenericList(System.Collections.IEnumerable)">
|
|
2072
|
+
<summary>
|
|
2073
|
+
Render list of objects
|
|
2074
|
+
</summary>
|
|
2075
|
+
<param name="listToRender"></param>
|
|
2076
|
+
<returns></returns>
|
|
2077
|
+
</member>
|
|
2078
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.IsMicrosoftType(System.Type)">
|
|
2079
|
+
<summary>
|
|
2080
|
+
Framework types are rendered with "ToString"
|
|
2081
|
+
</summary>
|
|
2082
|
+
<param name="type"></param>
|
|
2083
|
+
<returns></returns>
|
|
2084
|
+
</member>
|
|
2085
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.RenderDictionaryTable(System.Collections.Generic.IDictionary{System.String,System.Object})">
|
|
2086
|
+
<summary>
|
|
2087
|
+
Enables Rendering of typed Model and untyped ViewData
|
|
2088
|
+
</summary>
|
|
2089
|
+
<param name="viewData"></param>
|
|
2090
|
+
<returns></returns>
|
|
2091
|
+
</member>
|
|
2092
|
+
<member name="M:MvcContrib.UI.Html.ModelVisualizerExtension.ModelToHtmlTable(System.Object)">
|
|
2093
|
+
<summary>
|
|
2094
|
+
render object as table
|
|
2095
|
+
</summary>
|
|
2096
|
+
<param name="objectToRender"></param>
|
|
2097
|
+
<returns></returns>
|
|
2098
|
+
</member>
|
|
2099
|
+
<member name="M:MvcContrib.UI.Html.HtmlHelperExtension.ResolveUrl(System.Web.Mvc.HtmlHelper,System.String)">
|
|
2100
|
+
<summary>
|
|
2101
|
+
Normalizes a url in the form ~/path/to/resource.aspx.
|
|
2102
|
+
</summary>
|
|
2103
|
+
<param name="html"></param>
|
|
2104
|
+
<param name="relativeUrl"></param>
|
|
2105
|
+
<returns></returns>
|
|
2106
|
+
</member>
|
|
2107
|
+
<member name="M:MvcContrib.UI.Html.HtmlHelperExtension.Stylesheet(System.Web.Mvc.HtmlHelper,System.String)">
|
|
2108
|
+
<summary>
|
|
2109
|
+
Renders a link tag referencing the stylesheet. Assumes the CSS is in the /content/css directory unless a
|
|
2110
|
+
full relative URL is specified.
|
|
2111
|
+
</summary>
|
|
2112
|
+
<param name="html"></param>
|
|
2113
|
+
<param name="cssFile"></param>
|
|
2114
|
+
<returns></returns>
|
|
2115
|
+
</member>
|
|
2116
|
+
<member name="M:MvcContrib.UI.Html.HtmlHelperExtension.Stylesheet(System.Web.Mvc.HtmlHelper,System.String,System.String)">
|
|
2117
|
+
<summary>
|
|
2118
|
+
Renders a link tag referencing the stylesheet. Assumes the CSS is in the /content/css directory unless a
|
|
2119
|
+
full relative URL is specified. Also provides an additional parameter to specify the media
|
|
2120
|
+
that the stylesheet is targeting.
|
|
2121
|
+
</summary>
|
|
2122
|
+
<param name="html"></param>
|
|
2123
|
+
<param name="cssFile"></param>
|
|
2124
|
+
<param name="media"></param>
|
|
2125
|
+
<returns></returns>
|
|
2126
|
+
</member>
|
|
2127
|
+
<member name="M:MvcContrib.UI.Html.HtmlHelperExtension.ScriptInclude(System.Web.Mvc.HtmlHelper,System.String)">
|
|
2128
|
+
<summary>
|
|
2129
|
+
Renders a script tag referencing the javascript file. Assumes the file is in the /scripts directory
|
|
2130
|
+
unless a full relative URL is specified.
|
|
2131
|
+
</summary>
|
|
2132
|
+
<param name="html"></param>
|
|
2133
|
+
<param name="jsFile"></param>
|
|
2134
|
+
<returns></returns>
|
|
2135
|
+
</member>
|
|
2136
|
+
<member name="M:MvcContrib.UI.Html.HtmlHelperExtension.Favicon(System.Web.Mvc.HtmlHelper)">
|
|
2137
|
+
<summary>
|
|
2138
|
+
Renders a favicon link tag. Points to ~/favicon.ico.
|
|
2139
|
+
</summary>
|
|
2140
|
+
<param name="html"></param>
|
|
2141
|
+
<returns></returns>
|
|
2142
|
+
</member>
|
|
2143
|
+
<member name="T:MvcContrib.UI.Html.HtmlStringExtensions">
|
|
2144
|
+
<summary>
|
|
2145
|
+
Extension methods to turn quickly turn a value / key pair into an attribute="value" html string
|
|
2146
|
+
</summary>
|
|
2147
|
+
</member>
|
|
2148
|
+
<member name="M:MvcContrib.UI.Html.HtmlStringExtensions.AsAttribute(System.String,System.String)">
|
|
2149
|
+
<summary>
|
|
2150
|
+
Returns ' attribute="value"' if value is not null or empty
|
|
2151
|
+
</summary>
|
|
2152
|
+
<param name="value">The value to print</param>
|
|
2153
|
+
<param name="attributeName">The html attribute</param>
|
|
2154
|
+
<returns>An attribute string</returns>
|
|
2155
|
+
</member>
|
|
2156
|
+
<member name="M:MvcContrib.UI.Html.HtmlStringExtensions.AsClassAttribute(System.String)">
|
|
2157
|
+
<summary>
|
|
2158
|
+
Returns ' class="value"' if value is not null or empty
|
|
2159
|
+
</summary>
|
|
2160
|
+
<param name="value">The value to print</param>
|
|
2161
|
+
<returns>An attribute string</returns>
|
|
2162
|
+
</member>
|
|
2163
|
+
<member name="T:MvcContrib.UI.MenuBuilder.ActionMenuItem`1">
|
|
2164
|
+
<summary>
|
|
2165
|
+
Used internally to create the menu, use MvcContrib.UI.MenuBuilder.Menu to create a menu.
|
|
2166
|
+
</summary>
|
|
2167
|
+
</member>
|
|
2168
|
+
<member name="T:MvcContrib.UI.MenuBuilder.MenuItem">
|
|
2169
|
+
<summary>
|
|
2170
|
+
Used internally to create the menu, use MvcContrib.UI.MenuBuilder.Menu to create a menu.
|
|
2171
|
+
</summary>
|
|
2172
|
+
</member>
|
|
2173
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuItem.RenderHtml(System.Web.Mvc.ControllerContext,System.IO.TextWriter)">
|
|
2174
|
+
<summary>
|
|
2175
|
+
Renders the menu according to the current RequestContext to the specified TextWriter
|
|
2176
|
+
</summary>
|
|
2177
|
+
<param name="requestContext">The current RequestContext</param>
|
|
2178
|
+
<param name="writer">The TextWriter for output</param>
|
|
2179
|
+
</member>
|
|
2180
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuItem.RenderHtml">
|
|
2181
|
+
<summary>
|
|
2182
|
+
Used internally to render the menu. Do not call this directly without first calling Prepare, or call RenderHtml(RequestContext ...)
|
|
2183
|
+
</summary>
|
|
2184
|
+
</member>
|
|
2185
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuItem.Prepare(System.Web.Mvc.ControllerContext)">
|
|
2186
|
+
<summary>
|
|
2187
|
+
Called internally by RenderHtml(RequestContext, TextWriter) to remove empty items from lists and generate urls.
|
|
2188
|
+
Can also be called externally to prepare the menu for serialization into Json/Xml
|
|
2189
|
+
</summary>
|
|
2190
|
+
<param name="controllerContext">The current RequestContext</param>
|
|
2191
|
+
<returns>if this item should be rendered</returns>
|
|
2192
|
+
</member>
|
|
2193
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuItem.SetDisabledMenuItemClass(System.String)">
|
|
2194
|
+
<summary>
|
|
2195
|
+
The class to use when displaying an insecure menu item, won't be used if hiding insecure items (default behavior)
|
|
2196
|
+
</summary>
|
|
2197
|
+
<param name="itemClass"></param>
|
|
2198
|
+
<returns>this</returns>
|
|
2199
|
+
</member>
|
|
2200
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuItem.SetShowWhenDisabled(System.Boolean)">
|
|
2201
|
+
<summary>
|
|
2202
|
+
Should the menu item be hidden or display with limited functionality when disabled
|
|
2203
|
+
</summary>
|
|
2204
|
+
<param name="hide">Set to true to hide the item, false to show it in a disabled format</param>
|
|
2205
|
+
<returns>this</returns>
|
|
2206
|
+
</member>
|
|
2207
|
+
<member name="M:MvcContrib.UI.MenuBuilder.ActionMenuItem`1.SplitPascalCase(System.String)">
|
|
2208
|
+
<summary>
|
|
2209
|
+
Replaces pascal casing with spaces. For example "CustomerId" would become "Customer Id".
|
|
2210
|
+
Strings that already contain spaces are ignored.
|
|
2211
|
+
</summary>
|
|
2212
|
+
<param name="input">String to split</param>
|
|
2213
|
+
<returns>The string after being split</returns>
|
|
2214
|
+
</member>
|
|
2215
|
+
<member name="T:MvcContrib.UI.MenuBuilder.MenuHelpText">
|
|
2216
|
+
<summary>
|
|
2217
|
+
Apply this tag to an action to set a help text associated with it.
|
|
2218
|
+
</summary>
|
|
2219
|
+
</member>
|
|
2220
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuHelpText.#ctor(System.String)">
|
|
2221
|
+
<summary>
|
|
2222
|
+
Specify the help text associated with this action
|
|
2223
|
+
</summary>
|
|
2224
|
+
<param name="helpText"></param>
|
|
2225
|
+
</member>
|
|
2226
|
+
<member name="T:MvcContrib.UI.MenuBuilder.MenuTitle">
|
|
2227
|
+
<summary>
|
|
2228
|
+
Apply this tag to an action to set the title associated with it
|
|
2229
|
+
</summary>
|
|
2230
|
+
</member>
|
|
2231
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuTitle.#ctor(System.String)">
|
|
2232
|
+
<summary>
|
|
2233
|
+
Specify the title text associated with this action
|
|
2234
|
+
</summary>
|
|
2235
|
+
<param name="title"></param>
|
|
2236
|
+
</member>
|
|
2237
|
+
<member name="T:MvcContrib.UI.MenuBuilder.Menu">
|
|
2238
|
+
<summary>
|
|
2239
|
+
Use this class to build fluent menus, with Menu.Begin
|
|
2240
|
+
See the MvcContrib.Samples.UI for details
|
|
2241
|
+
</summary>
|
|
2242
|
+
</member>
|
|
2243
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Begin(MvcContrib.UI.MenuBuilder.MenuItem[])">
|
|
2244
|
+
<summary>
|
|
2245
|
+
Use this at the top of a fluent menu, with items in the params
|
|
2246
|
+
</summary>
|
|
2247
|
+
<param name="items">All of the menu items in this menu</param>
|
|
2248
|
+
<returns>The menu that was just created</returns>
|
|
2249
|
+
</member>
|
|
2250
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Items(System.String,MvcContrib.UI.MenuBuilder.MenuItem[])">
|
|
2251
|
+
<summary>
|
|
2252
|
+
Creates a submenu of items
|
|
2253
|
+
</summary>
|
|
2254
|
+
<param name="title">The title for this list</param>
|
|
2255
|
+
<param name="items">The items in this menu</param>
|
|
2256
|
+
<returns>The list of items</returns>
|
|
2257
|
+
</member>
|
|
2258
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Items(System.String,System.String,MvcContrib.UI.MenuBuilder.MenuItem[])">
|
|
2259
|
+
<summary>
|
|
2260
|
+
Creates a submenu of items
|
|
2261
|
+
</summary>
|
|
2262
|
+
<param name="title">The title for this list</param>
|
|
2263
|
+
<param name="items">The items in this menu</param>
|
|
2264
|
+
<param name="icon">The location of the icon to display</param>
|
|
2265
|
+
<returns>The list of items</returns>
|
|
2266
|
+
</member>
|
|
2267
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Secure``1(System.Linq.Expressions.Expression{System.Action{``0}})">
|
|
2268
|
+
<summary>
|
|
2269
|
+
Adds an item in secure fashion, confirming the user has permissions to access this item
|
|
2270
|
+
The permissions are determined via the AuthorizeAttribute. A title will be build out of the action name.
|
|
2271
|
+
</summary>
|
|
2272
|
+
<typeparam name="T">The controller that this action is in</typeparam>
|
|
2273
|
+
<param name="menuAction">The action that this menu should invoke</param>
|
|
2274
|
+
<returns>The menu item to be added to the list</returns>
|
|
2275
|
+
</member>
|
|
2276
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Secure``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String)">
|
|
2277
|
+
<summary>
|
|
2278
|
+
Adds an item in secure fashion, confirming the user has permissions to access this item
|
|
2279
|
+
The permissions are determined via the AuthorizeAttribute
|
|
2280
|
+
</summary>
|
|
2281
|
+
<typeparam name="T">The controller that this action is in</typeparam>
|
|
2282
|
+
<param name="menuAction">The action that this menu should invoke</param>
|
|
2283
|
+
<param name="title">The title for this menu item</param>
|
|
2284
|
+
<returns>The menu item to be added to the list</returns>
|
|
2285
|
+
</member>
|
|
2286
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Secure``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.String)">
|
|
2287
|
+
<summary>
|
|
2288
|
+
Adds an item in secure fashion, confirming the user has permissions to access this item
|
|
2289
|
+
The permissions are determined via the AuthorizeAttribute
|
|
2290
|
+
</summary>
|
|
2291
|
+
<typeparam name="T">The controller that this action is in</typeparam>
|
|
2292
|
+
<param name="menuAction">The action that this menu should invoke</param>
|
|
2293
|
+
<param name="title">The title for this menu item</param>
|
|
2294
|
+
<param name="icon">The location of an icon file</param>
|
|
2295
|
+
<returns>The menu item to be added to the list</returns>
|
|
2296
|
+
</member>
|
|
2297
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Action``1(System.Linq.Expressions.Expression{System.Action{``0}})">
|
|
2298
|
+
<summary>
|
|
2299
|
+
Adds an item. A title will be build out of the action name.
|
|
2300
|
+
</summary>
|
|
2301
|
+
<typeparam name="T">The controller that this action is in</typeparam>
|
|
2302
|
+
<param name="menuAction">The action that this menu should invoke</param>
|
|
2303
|
+
<returns>The menu item to be added to the list</returns>
|
|
2304
|
+
</member>
|
|
2305
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Action``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String)">
|
|
2306
|
+
<summary>
|
|
2307
|
+
Adds an item. A title will be build out of the action name.
|
|
2308
|
+
</summary>
|
|
2309
|
+
<typeparam name="T">The controller that this action is in</typeparam>
|
|
2310
|
+
<param name="menuAction">The action that this menu should invoke</param>
|
|
2311
|
+
<param name="title">The title for this menu item</param>
|
|
2312
|
+
<returns>The menu item to be added to the list</returns>
|
|
2313
|
+
</member>
|
|
2314
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Action``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.String)">
|
|
2315
|
+
<summary>
|
|
2316
|
+
Adds an item. A title will be build out of the action name.
|
|
2317
|
+
</summary>
|
|
2318
|
+
<typeparam name="T">The controller that this action is in</typeparam>
|
|
2319
|
+
<param name="menuAction">The action that this menu should invoke</param>
|
|
2320
|
+
<param name="title">The title for this menu item</param>
|
|
2321
|
+
<param name="icon">The location of an icon file</param>
|
|
2322
|
+
<returns>The menu item to be added to the list</returns>
|
|
2323
|
+
</member>
|
|
2324
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Link(System.String,System.String)">
|
|
2325
|
+
<summary>
|
|
2326
|
+
Adds an item that is a direct link instead of being built off of an action. Used links outside your site.
|
|
2327
|
+
</summary>
|
|
2328
|
+
<param name="title">The title for this menu item</param>
|
|
2329
|
+
<param name="url">The location to visit</param>
|
|
2330
|
+
<returns>The menu item to be added to the list</returns>
|
|
2331
|
+
</member>
|
|
2332
|
+
<member name="M:MvcContrib.UI.MenuBuilder.Menu.Link(System.String,System.String,System.String)">
|
|
2333
|
+
<summary>
|
|
2334
|
+
Adds an item that is a direct link instead of being built off of an action. Used links outside your site.
|
|
2335
|
+
</summary>
|
|
2336
|
+
<param name="title">The title for this menu item</param>
|
|
2337
|
+
<param name="url">The location to visit</param>
|
|
2338
|
+
<param name="icon">The location of the icon file</param>
|
|
2339
|
+
<returns>The menu item to be added to the list</returns>
|
|
2340
|
+
</member>
|
|
2341
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultAnchorClass">
|
|
2342
|
+
<summary>
|
|
2343
|
+
The class to use on every anchor tag
|
|
2344
|
+
</summary>
|
|
2345
|
+
</member>
|
|
2346
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultIconClass">
|
|
2347
|
+
<summary>
|
|
2348
|
+
The class to use on every icon's image tag
|
|
2349
|
+
</summary>
|
|
2350
|
+
</member>
|
|
2351
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultItemClass">
|
|
2352
|
+
<summary>
|
|
2353
|
+
The class to use on every LI tag
|
|
2354
|
+
</summary>
|
|
2355
|
+
</member>
|
|
2356
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultListClass">
|
|
2357
|
+
<summary>
|
|
2358
|
+
The class to use on every UL tag
|
|
2359
|
+
</summary>
|
|
2360
|
+
</member>
|
|
2361
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultIconDirectory">
|
|
2362
|
+
<summary>
|
|
2363
|
+
The directory that icon images are located in
|
|
2364
|
+
</summary>
|
|
2365
|
+
</member>
|
|
2366
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultShowWhenDisabled">
|
|
2367
|
+
<summary>
|
|
2368
|
+
Should items that the user is not authorized to see be hidden or disabled? True for hidden.
|
|
2369
|
+
</summary>
|
|
2370
|
+
</member>
|
|
2371
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultDisabledClass">
|
|
2372
|
+
<summary>
|
|
2373
|
+
The default css class to use for disabled items, if they are shown instead of hidden
|
|
2374
|
+
</summary>
|
|
2375
|
+
</member>
|
|
2376
|
+
<member name="P:MvcContrib.UI.MenuBuilder.Menu.DefaultSelectedClass">
|
|
2377
|
+
<summary>
|
|
2378
|
+
The default css class to use for selected items, based on the requested url and action
|
|
2379
|
+
</summary>
|
|
2380
|
+
</member>
|
|
2381
|
+
<member name="M:MvcContrib.UI.MenuBuilder.MenuBuilderHtmlExtensions.Menu(System.Web.Mvc.HtmlHelper,MvcContrib.UI.MenuBuilder.MenuItem)">
|
|
2382
|
+
<summary>
|
|
2383
|
+
Render the menu to the current ViewContext
|
|
2384
|
+
</summary>
|
|
2385
|
+
<param name="helper"></param>
|
|
2386
|
+
<param name="menu">The menu to render</param>
|
|
2387
|
+
</member>
|
|
2388
|
+
<member name="T:MvcContrib.UI.MenuBuilder.MenuList">
|
|
2389
|
+
<summary>
|
|
2390
|
+
Used internally to create the menu, use MvcContrib.UI.MenuBuilder.Menu to create a menu.
|
|
2391
|
+
</summary>
|
|
2392
|
+
</member>
|
|
2393
|
+
<member name="T:MvcContrib.UI.MenuBuilder.OpenAuthorizeAttribute">
|
|
2394
|
+
<summary>
|
|
2395
|
+
This class opens up the AuthorizeCore method which is protected in the MVC framework.
|
|
2396
|
+
If this method is made public, this entire file could be eliminated.
|
|
2397
|
+
</summary>
|
|
2398
|
+
</member>
|
|
2399
|
+
<member name="T:MvcContrib.UI.MenuBuilder.SecureActionMenuItem`1">
|
|
2400
|
+
<summary>
|
|
2401
|
+
Used internally to create the menu, use MvcContrib.UI.MenuBuilder.Menu to create a menu.
|
|
2402
|
+
</summary>
|
|
2403
|
+
</member>
|
|
2404
|
+
<member name="T:MvcContrib.UI.Pager.Pager">
|
|
2405
|
+
<summary>
|
|
2406
|
+
Renders a pager component from an IPagination datasource.
|
|
2407
|
+
</summary>
|
|
2408
|
+
</member>
|
|
2409
|
+
<member name="M:MvcContrib.UI.Pager.Pager.#ctor(MvcContrib.Pagination.IPagination,System.Web.HttpRequestBase)">
|
|
2410
|
+
<summary>
|
|
2411
|
+
Creates a new instance of the Pager class.
|
|
2412
|
+
</summary>
|
|
2413
|
+
<param name="pagination">The IPagination datasource</param>
|
|
2414
|
+
<param name="request">The current HTTP Request</param>
|
|
2415
|
+
</member>
|
|
2416
|
+
<member name="M:MvcContrib.UI.Pager.Pager.QueryParam(System.String)">
|
|
2417
|
+
<summary>
|
|
2418
|
+
Specifies the query string parameter to use when generating pager links. The default is 'page'
|
|
2419
|
+
</summary>
|
|
2420
|
+
</member>
|
|
2421
|
+
<member name="M:MvcContrib.UI.Pager.Pager.SingleFormat(System.String)">
|
|
2422
|
+
<summary>
|
|
2423
|
+
Specifies the format to use when rendering a pagination containing a single page.
|
|
2424
|
+
The default is 'Showing {0} of {1}' (eg 'Showing 1 of 3')
|
|
2425
|
+
</summary>
|
|
2426
|
+
</member>
|
|
2427
|
+
<member name="M:MvcContrib.UI.Pager.Pager.Format(System.String)">
|
|
2428
|
+
<summary>
|
|
2429
|
+
Specifies the format to use when rendering a pagination containing multiple pages.
|
|
2430
|
+
The default is 'Showing {0} - {1} of {2}' (eg 'Showing 1 to 3 of 6')
|
|
2431
|
+
</summary>
|
|
2432
|
+
</member>
|
|
2433
|
+
<member name="M:MvcContrib.UI.Pager.Pager.First(System.String)">
|
|
2434
|
+
<summary>
|
|
2435
|
+
Text for the 'first' link.
|
|
2436
|
+
</summary>
|
|
2437
|
+
</member>
|
|
2438
|
+
<member name="M:MvcContrib.UI.Pager.Pager.Previous(System.String)">
|
|
2439
|
+
<summary>
|
|
2440
|
+
Text for the 'prev' link
|
|
2441
|
+
</summary>
|
|
2442
|
+
</member>
|
|
2443
|
+
<member name="M:MvcContrib.UI.Pager.Pager.Next(System.String)">
|
|
2444
|
+
<summary>
|
|
2445
|
+
Text for the 'next' link
|
|
2446
|
+
</summary>
|
|
2447
|
+
</member>
|
|
2448
|
+
<member name="M:MvcContrib.UI.Pager.Pager.Last(System.String)">
|
|
2449
|
+
<summary>
|
|
2450
|
+
Text for the 'last' link
|
|
2451
|
+
</summary>
|
|
2452
|
+
</member>
|
|
2453
|
+
<member name="M:MvcContrib.UI.Pager.Pager.Link(System.Func{System.Int32,System.String})">
|
|
2454
|
+
<summary>
|
|
2455
|
+
Uses a lambda expression to generate the URL for the page links.
|
|
2456
|
+
</summary>
|
|
2457
|
+
<param name="urlBuilder">Lambda expression for generating the URL used in the page links</param>
|
|
2458
|
+
</member>
|
|
2459
|
+
<member name="T:MvcContrib.UI.Pager.PaginationExtensions">
|
|
2460
|
+
<summary>
|
|
2461
|
+
Extension methods for the pager.
|
|
2462
|
+
</summary>
|
|
2463
|
+
</member>
|
|
2464
|
+
<member name="M:MvcContrib.UI.Pager.PaginationExtensions.Pager(System.Web.Mvc.HtmlHelper,System.String)">
|
|
2465
|
+
<summary>
|
|
2466
|
+
Creates a pager component using the item from the viewdata with the specified key as the datasource.
|
|
2467
|
+
</summary>
|
|
2468
|
+
<param name="helper">The HTML Helper</param>
|
|
2469
|
+
<param name="viewDataKey">The viewdata key</param>
|
|
2470
|
+
<returns>A Pager component</returns>
|
|
2471
|
+
</member>
|
|
2472
|
+
<member name="M:MvcContrib.UI.Pager.PaginationExtensions.Pager(System.Web.Mvc.HtmlHelper,MvcContrib.Pagination.IPagination)">
|
|
2473
|
+
<summary>
|
|
2474
|
+
Creates a pager component using the specified IPagination as the datasource.
|
|
2475
|
+
</summary>
|
|
2476
|
+
<param name="helper">The HTML Helper</param>
|
|
2477
|
+
<param name="pagination">The datasource</param>
|
|
2478
|
+
<returns>A Pager component</returns>
|
|
2479
|
+
</member>
|
|
2480
|
+
<member name="T:MvcContrib.UrlHelperExtensions">
|
|
2481
|
+
<summary>
|
|
2482
|
+
Extension methods for UrlHelper
|
|
2483
|
+
</summary>
|
|
2484
|
+
</member>
|
|
2485
|
+
<member name="M:MvcContrib.ViewDataExtensions.Add``1(System.Collections.Generic.IDictionary{System.String,System.Object},``0)">
|
|
2486
|
+
<summary>
|
|
2487
|
+
Adds an object using the type as the dictionary key
|
|
2488
|
+
</summary>
|
|
2489
|
+
</member>
|
|
2490
|
+
</members>
|
|
2491
|
+
</doc>
|