C# Class EasyMVC.Filters.ModelConverterFactory

显示文件 Open project: hhariri/EasyMVC

Public Methods

Method Description
GetModelConvertor ( string targetFormat ) : IModelConverter
IsTargetFormatSupported ( string targetFormat ) : bool

Method Details

GetModelConvertor() public static method

public static GetModelConvertor ( string targetFormat ) : IModelConverter
targetFormat string
return IModelConverter

IsTargetFormatSupported() public static method

public static IsTargetFormatSupported ( string targetFormat ) : bool
targetFormat string
return bool