C# Class NJsonApi.Configuration

Inheritance: IConfiguration
Afficher le fichier Open project: jacek-gorgon/NJsonApi Class Usage Examples

Méthodes publiques

Méthode Description
AddMapping ( IResourceMapping resourceMapping ) : void
Apply ( HttpConfiguration configuration ) : void
GetMapping ( Type type ) : IResourceMapping
IsMappingRegistered ( Type type ) : bool

Private Methods

Méthode Description
GetJsonSerializer ( ) : JsonSerializer

Method Details

AddMapping() public méthode

public AddMapping ( IResourceMapping resourceMapping ) : void
resourceMapping IResourceMapping
Résultat void

Apply() public méthode

public Apply ( HttpConfiguration configuration ) : void
configuration HttpConfiguration
Résultat void

GetMapping() public méthode

public GetMapping ( Type type ) : IResourceMapping
type System.Type
Résultat IResourceMapping

IsMappingRegistered() public méthode

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