C# Class AutoClaimWebService.Controllers.MitchellClaimTypesController

Inheritance: ApiController
Show file Open project: VelocityDB/VelocityDB

Public Methods

Method Description
GetClaims ( ) : IQueryable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeleteMitchellClaimType ( int id ) : Task
GetMitchellClaimType ( int id ) : Task
MitchellClaimTypeExists ( int id ) : bool
PostMitchellClaimType ( MitchellClaimType mitchellClaimType ) : Task
PutMitchellClaimType ( int id, MitchellClaimType mitchellClaimType ) : Task

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetClaims() public method

public GetClaims ( ) : IQueryable
return IQueryable