C# 클래스 Catalogue.Web.Controllers.Vocabularies.VocabulariesController

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

공개 메소드들

메소드 설명
Get ( String id ) : Vocabulary
Post ( [ vocab ) : VocabularyServiceResult
Put ( string id, [ vocab ) : VocabularyServiceResult
VocabulariesController ( IVocabularyService service, IDocumentSession db ) : System

메소드 상세

Get() 공개 메소드

public Get ( String id ) : Vocabulary
id String
리턴 Catalogue.Gemini.Model.Vocabulary

Post() 공개 메소드

public Post ( [ vocab ) : VocabularyServiceResult
vocab [
리턴 Catalogue.Data.Write.VocabularyServiceResult

Put() 공개 메소드

public Put ( string id, [ vocab ) : VocabularyServiceResult
id string
vocab [
리턴 Catalogue.Data.Write.VocabularyServiceResult

VocabulariesController() 공개 메소드

public VocabulariesController ( IVocabularyService service, IDocumentSession db ) : System
service IVocabularyService
db IDocumentSession
리턴 System