C# Class Antaris.AspNetCore.Mvc.Widgets.Infrastructure.DefaultWidgetSelector.WidgetDescriptorCache

Mostrar archivo Open project: Antaris/AspNetCore.Mvc.Widgets

Public Methods

Method Description
SelectByFullName ( string name ) : WidgetDescriptor
SelectByShortName ( string name ) : WidgetDescriptor
WidgetDescriptorCache ( WidgetDescriptorCollection collection ) : System

Private Methods

Method Description
Select ( WidgetDescriptor>.ILookup candidates, string name ) : WidgetDescriptor

Method Details

SelectByFullName() public method

public SelectByFullName ( string name ) : WidgetDescriptor
name string
return WidgetDescriptor

SelectByShortName() public method

public SelectByShortName ( string name ) : WidgetDescriptor
name string
return WidgetDescriptor

WidgetDescriptorCache() public method

public WidgetDescriptorCache ( WidgetDescriptorCollection collection ) : System
collection WidgetDescriptorCollection
return System