C# Class MvcApi.Configuration

Inheritance: IDisposable
Show file Open project: dax70/MvcApi

Public Methods

Method Description
Configuration ( ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Configuration ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void