C# Class EasyMVC.Filters.ModelConverterFactory

Afficher le fichier Open project: hhariri/EasyMVC

Méthodes publiques

Méthode Description
GetModelConvertor ( string targetFormat ) : IModelConverter
IsTargetFormatSupported ( string targetFormat ) : bool

Method Details

GetModelConvertor() public static méthode

public static GetModelConvertor ( string targetFormat ) : IModelConverter
targetFormat string
Résultat IModelConverter

IsTargetFormatSupported() public static méthode

public static IsTargetFormatSupported ( string targetFormat ) : bool
targetFormat string
Résultat bool