C# 클래스 BugzillaInterface.BugReport

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FlagChanged ( ) : void
MarkRead ( ) : void
MarkUnread ( ) : void
MergeComments ( List items ) : void
ResetComments ( ) : void
ToString ( ) : string
setComments ( System oldComments ) : void

메소드 상세

FlagChanged() 공개 메소드

public FlagChanged ( ) : void
리턴 void

MarkRead() 공개 메소드

public MarkRead ( ) : void
리턴 void

MarkUnread() 공개 메소드

public MarkUnread ( ) : void
리턴 void

MergeComments() 공개 메소드

public MergeComments ( List items ) : void
items List
리턴 void

ResetComments() 공개 메소드

public ResetComments ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

setComments() 공개 메소드

public setComments ( System oldComments ) : void
oldComments System
리턴 void