C# Class Zetbox.Client.ASPNET.LookupDictionaryModelBinderProvider

Inheritance: ILookupDictionaryModelBinderProvider
Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
GetBinder ( Type modelType ) : IModelBinder
LookupDictionaryModelBinderProvider ( Func factory ) : System

Method Details

GetBinder() public method

public GetBinder ( Type modelType ) : IModelBinder
modelType System.Type
return IModelBinder

LookupDictionaryModelBinderProvider() public method

public LookupDictionaryModelBinderProvider ( Func factory ) : System
factory Func
return System