C# Class MvcApi.Configuration

Inheritance: IDisposable
Afficher le fichier Open project: dax70/MvcApi

Méthodes publiques

Méthode Description
Configuration ( ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DefaultFormatters ( ) : MediaTypeFormatterCollection
DefaultResolver ( ) : IDependencyResolver
RegisterForDispose ( IDisposable resource ) : void

Adds the given resource to a list of resources that will be disposed once the configuration is disposed.

Method Details

Configuration() public méthode

public Configuration ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void