C# 클래스 CoreSprint.Helpers.CommentHelper

상속: ICommentHelper
파일 보기 프로젝트 열기: fortesinformatica/CoreSprint

공개 메소드들

메소드 설명
GetDateInComment ( TrelloNet.CommentCardAction comment ) : System.DateTime
HasStartPattern ( string commentText ) : bool
HasStopPattern ( string commentText ) : bool

비공개 메소드들

메소드 설명
GetDateTimeChangedWhenTimeInformedInWork ( TrelloNet.CommentCardAction comment ) : DateTime?

메소드 상세

GetDateInComment() 공개 메소드

public GetDateInComment ( TrelloNet.CommentCardAction comment ) : System.DateTime
comment TrelloNet.CommentCardAction
리턴 System.DateTime

HasStartPattern() 공개 메소드

public HasStartPattern ( string commentText ) : bool
commentText string
리턴 bool

HasStopPattern() 공개 메소드

public HasStopPattern ( string commentText ) : bool
commentText string
리턴 bool