C# 클래스 RestBugs.Services.Model.Bug

파일 보기 프로젝트 열기: howarddierking/RestBugs 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( string comments ) : void
Approve ( ) : void
Bug ( ) : System
Close ( string comments ) : void
Resolve ( string comments ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( string comments ) : void
comments string
리턴 void

Approve() 공개 메소드

public Approve ( ) : void
리턴 void

Bug() 공개 메소드

public Bug ( ) : System
리턴 System

Close() 공개 메소드

public Close ( string comments ) : void
comments string
리턴 void

Resolve() 공개 메소드

public Resolve ( string comments ) : void
comments string
리턴 void