C# Class AutoClaimWebService.Controllers.MitchellClaimTypesController

Inheritance: ApiController
Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

Méthode Description
GetClaims ( ) : IQueryable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetClaims() public méthode

public GetClaims ( ) : IQueryable
Résultat IQueryable