C# 클래스 TicGit.Net.Ticket

파일 보기 프로젝트 열기: henon/TicGit.net 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( string comment ) : void
AddTag ( ) : void
ChangeAssigned ( string new_assigned ) : void
ChangeState ( string new_state ) : void
ChangeTags ( string new_tags ) : void
CleanString ( string @string ) : string
Create ( Base repo, string title, Hashtable options ) : Ticket
CreateTicketName ( string title ) : string
Delete ( Base b, Ticket t ) : void
InDirectory ( string directory, System.Action action ) : void
Open ( Base @base, string ticket_name, DirectoryInfo ticket_dir, Hashtable options ) : Ticket
ParseTicketName ( string name ) : Hashtable
RemoveTag ( ) : void
SaveNew ( ) : void
Ticket ( Base @base, Hashtable options ) : System

비공개 메소드들

메소드 설명
AddTagNoCommit ( string tag ) : void
CommentName ( string Email ) : string
DeleteDirectory ( DirectoryInfo dir ) : void
RemoveTagNoCommit ( string tag ) : void

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment ) : void
comment string
리턴 void

AddTag() 공개 메소드

public AddTag ( ) : void
리턴 void

ChangeAssigned() 공개 메소드

public ChangeAssigned ( string new_assigned ) : void
new_assigned string
리턴 void

ChangeState() 공개 메소드

public ChangeState ( string new_state ) : void
new_state string
리턴 void

ChangeTags() 공개 메소드

public ChangeTags ( string new_tags ) : void
new_tags string
리턴 void

CleanString() 공개 정적인 메소드

public static CleanString ( string @string ) : string
@string string
리턴 string

Create() 공개 정적인 메소드

public static Create ( Base repo, string title, Hashtable options ) : Ticket
repo Base
title string
options System.Collections.Hashtable
리턴 Ticket

CreateTicketName() 공개 정적인 메소드

public static CreateTicketName ( string title ) : string
title string
리턴 string

Delete() 공개 정적인 메소드

public static Delete ( Base b, Ticket t ) : void
b Base
t Ticket
리턴 void

InDirectory() 공개 정적인 메소드

public static InDirectory ( string directory, System.Action action ) : void
directory string
action System.Action
리턴 void

Open() 공개 정적인 메소드

public static Open ( Base @base, string ticket_name, DirectoryInfo ticket_dir, Hashtable options ) : Ticket
@base Base
ticket_name string
ticket_dir System.IO.DirectoryInfo
options System.Collections.Hashtable
리턴 Ticket

ParseTicketName() 공개 정적인 메소드

public static ParseTicketName ( string name ) : Hashtable
name string
리턴 System.Collections.Hashtable

RemoveTag() 공개 메소드

public RemoveTag ( ) : void
리턴 void

SaveNew() 공개 메소드

public SaveNew ( ) : void
리턴 void

Ticket() 공개 메소드

public Ticket ( Base @base, Hashtable options ) : System
@base Base
options System.Collections.Hashtable
리턴 System