Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
WebAPIwithODataSample
Controllers
ValuesController
C# Class WebAPIwithODataSample.Controllers.ValuesController
Inheritance:
ApiController
ファイルを表示
Open project: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient
Public Methods
Method
Description
Delete
(
int
id
) :
void
Get
( ) :
IEnumerable
Get
(
int
id
) :
string
Put
(
int
id
,
[
value
) :
void
Method Details
Delete()
public
method
public
Delete
(
int
id
) :
void
id
int
return
void
Get()
public
method
public
Get
( ) :
IEnumerable
return
IEnumerable
Get()
public
method
public
Get
(
int
id
) :
string
id
int
return
string
Put()
public
method
public
Put
(
int
id
,
[
value
) :
void
id
int
value
[
return
void