C# Класс Wam.Controllers.ApplicationsController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( int id ) : void
Get ( int id ) : string
GetAllApplications ( ) : List
GetApplicationsForUsername ( string username ) : List
Post ( [ value ) : void
Put ( int id, [ value ) : void

Описание методов

Delete() публичный Метод

public Delete ( int id ) : void
id int
Результат void

Get() публичный Метод

public Get ( int id ) : string
id int
Результат string

GetAllApplications() публичный Метод

public GetAllApplications ( ) : List
Результат List

GetApplicationsForUsername() публичный Метод

public GetApplicationsForUsername ( string username ) : List
username string
Результат List

Post() публичный Метод

public Post ( [ value ) : void
value [
Результат void

Put() публичный Метод

public Put ( int id, [ value ) : void
id int
value [
Результат void