C# Class BExIS.Web.Shell.Areas.RPM.Controllers.StructuresController

Inheritance: ApiController
Show file Open project: BEXIS2/Core

Public Methods

Method Description
Delete ( int id ) : void
Get ( ) : IEnumerable
Get ( long id ) : Structure
Post ( [ value ) : void
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 ( long id ) : Structure
id long
return Structure

Post() public method

public Post ( [ value ) : void
value [
return void

Put() public method

public Put ( int id, [ value ) : void
id int
value [
return void