C# Class Veil.Benchmark.RenderSpeedBenchmarkCases.ChevronRenderSpeedBenchmarkCase

Inheritance: IRenderSpeedBenchmarkCase, IDisposable
Mostra file Open project: namics/TerrificNet

Public Methods

Method Description
ChevronRenderSpeedBenchmarkCase ( ) : System
Dispose ( ) : void
RenderDictionaryModel ( object>.IDictionary model ) : string
RenderDynamicModel ( dynamic model ) : string
RenderTypedModel ( ViewModel model ) : string
RenderUntypedModel ( object model ) : string

Method Details

ChevronRenderSpeedBenchmarkCase() public method

public ChevronRenderSpeedBenchmarkCase ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

RenderDictionaryModel() public method

public RenderDictionaryModel ( object>.IDictionary model ) : string
model object>.IDictionary
return string

RenderDynamicModel() public method

public RenderDynamicModel ( dynamic model ) : string
model dynamic
return string

RenderTypedModel() public method

public RenderTypedModel ( ViewModel model ) : string
model ViewModel
return string

RenderUntypedModel() public method

public RenderUntypedModel ( object model ) : string
model object
return string