Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Example
Data
Services
DataServiceBase
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