C# 클래스 HBS.WebApi.Controllers.WorkflowStatusController

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

공개 프로퍼티들

프로퍼티 타입 설명
workflowStatusEntity IWorkflowStatusRepository

공개 메소드들

메소드 설명
Get ( HttpRequestMessage requestMessage ) : IEnumerable

비공개 메소드들

메소드 설명
Options ( ) : HttpResponseMessage

메소드 상세

Get() 공개 메소드

public Get ( HttpRequestMessage requestMessage ) : IEnumerable
requestMessage System.Net.Http.HttpRequestMessage
리턴 IEnumerable

프로퍼티 상세

workflowStatusEntity 공개적으로 프로퍼티

public IWorkflowStatusRepository workflowStatusEntity
리턴 IWorkflowStatusRepository