C# Class Masonry.Core.Composition.CompositionScopeModelBinderProvider

Inheritance: IModelBinderProvider
Mostra file Open project: DenisVuyka/Masonry

Public Methods

Method Description
GetBinder ( Type modelType ) : IModelBinder
GetModelBinderContractName ( Type modelType ) : string

Method Details

GetBinder() public method

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

GetModelBinderContractName() public static method

public static GetModelBinderContractName ( Type modelType ) : string
modelType System.Type
return string