C# Class JwtWebApi.Areas.HelpPage.ObjectGenerator.SimpleTypeObjectGenerator

Afficher le fichier Open project: stewartm83/Jwt-WebApi

Méthodes publiques

Méthode Description
CanGenerateObject ( Type type ) : bool
GenerateObject ( Type type ) : object

Private Methods

Méthode Description
InitializeGenerators ( ) : Dictionary>

Method Details

CanGenerateObject() public static méthode

public static CanGenerateObject ( Type type ) : bool
type System.Type
Résultat bool

GenerateObject() public méthode

public GenerateObject ( Type type ) : object
type System.Type
Résultat object