C# 클래스 AutoClaimWebService.Controllers.MitchellClaimTypesController

상속: ApiController
파일 보기 프로젝트 열기: VelocityDB/VelocityDB

공개 메소드들

메소드 설명
GetClaims ( ) : IQueryable

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
DeleteMitchellClaimType ( int id ) : Task
GetMitchellClaimType ( int id ) : Task
MitchellClaimTypeExists ( int id ) : bool
PostMitchellClaimType ( MitchellClaimType mitchellClaimType ) : Task
PutMitchellClaimType ( int id, MitchellClaimType mitchellClaimType ) : Task

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetClaims() 공개 메소드

public GetClaims ( ) : IQueryable
리턴 IQueryable