C# Класс Orc.LicenseManager.Server.Website.Controllers.LicenseController

Наследование: Orc.LicenseManager.Server.Website.Controllers.BaseController
Показать файл Открыть проект

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

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LicenseController ( ILicenseGenerationService licenseGenerationService ) : System.Data.Entity

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Create ( [ Include = "Id,Value,ExpireVersion,ExpireDate,CustomerId,ProductId,CreatorId,ModificationDate,CreationDate")]LicensePocolicensepoco ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult

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

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

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

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

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

public LicenseController ( ILicenseGenerationService licenseGenerationService ) : System.Data.Entity
licenseGenerationService ILicenseGenerationService
Результат System.Data.Entity