C# Class MvcControlsToolkit.Core.TagHelpers.Providers.DefaultServerDetailProcessor

Show file Open project: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

Public Methods

Method Description
DefaultServerDetailProcessor ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output, DetailTagHelper tag, GridOptions options, ContextualizedHelpers helpers ) : System
Process ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
AdjustColumns ( ) : void

Method Details

AdjustColumns() protected method

protected AdjustColumns ( ) : void
return void

DefaultServerDetailProcessor() public method

public DefaultServerDetailProcessor ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output, DetailTagHelper tag, GridOptions options, ContextualizedHelpers helpers ) : System
context Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext
output Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput
tag DetailTagHelper
options MvcControlsToolkit.Core.TagHelpers.Internals.GridOptions
helpers ContextualizedHelpers
return System

Process() public method

public Process ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task