C# 클래스 MvcApi.Configuration

상속: IDisposable
파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
Configuration ( ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

Configuration() 공개 메소드

public Configuration ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void