C# Class Example.Data.Services.DataServiceBase

Inheritance: IDisposable
Show file Open project: IntelliTect-Samples/2016.01-Blog-SelfHostedIntegrationTestingOfODataAndWebApi

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
DataServiceBase ( ) : System
Dispose ( bool disposing ) : void

Method Details

DataServiceBase() protected method

protected DataServiceBase ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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