C# 클래스 FX.SalesLogix.Modules.GitExtensions.Connectors.ExtensionsConnector

파일 보기 프로젝트 열기: CustomerFX/SalesLogixGitExtensions

공개 프로퍼티들

프로퍼티 타입 설명
Executable string

공개 메소드들

메소드 설명
Add ( ) : void
Branch ( ) : void
Browse ( ) : void
Checkout ( ) : void
Commit ( ) : void
EditGitIgnore ( ) : void
GetBranches ( ) : List
GetCurrentBranch ( ) : string
Init ( ) : void
ManageRemotes ( ) : void
Merge ( ) : void
Pull ( ) : void
Push ( ) : void
Settings ( ) : void
ShellBash ( ) : void
ShellCommand ( string command ) : void
ShellCommand ( string command, bool wait ) : void
ShellCommand ( string command, string arg ) : void
ShellCommand ( string command, string arg, bool wait ) : void
Show ( ) : void
Stash ( ) : void
ViewChanges ( ) : void

비공개 메소드들

메소드 설명
CreateAndStartProcess ( string argument, string cmd ) : void
CreateAndStartProcess ( string arguments, string cmd, string &stdOutput, string &stdError ) : void
CreateProcessStartInfo ( ) : ProcessStartInfo
ShellGitCommand ( string command ) : string

메소드 상세

Add() 공개 정적인 메소드

public static Add ( ) : void
리턴 void

Branch() 공개 정적인 메소드

public static Branch ( ) : void
리턴 void

Browse() 공개 정적인 메소드

public static Browse ( ) : void
리턴 void

Checkout() 공개 정적인 메소드

public static Checkout ( ) : void
리턴 void

Commit() 공개 정적인 메소드

public static Commit ( ) : void
리턴 void

EditGitIgnore() 공개 정적인 메소드

public static EditGitIgnore ( ) : void
리턴 void

GetBranches() 공개 정적인 메소드

public static GetBranches ( ) : List
리턴 List

GetCurrentBranch() 공개 정적인 메소드

public static GetCurrentBranch ( ) : string
리턴 string

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

ManageRemotes() 공개 정적인 메소드

public static ManageRemotes ( ) : void
리턴 void

Merge() 공개 정적인 메소드

public static Merge ( ) : void
리턴 void

Pull() 공개 정적인 메소드

public static Pull ( ) : void
리턴 void

Push() 공개 정적인 메소드

public static Push ( ) : void
리턴 void

Settings() 공개 정적인 메소드

public static Settings ( ) : void
리턴 void

ShellBash() 공개 정적인 메소드

public static ShellBash ( ) : void
리턴 void

ShellCommand() 공개 정적인 메소드

public static ShellCommand ( string command ) : void
command string
리턴 void

ShellCommand() 공개 정적인 메소드

public static ShellCommand ( string command, bool wait ) : void
command string
wait bool
리턴 void

ShellCommand() 공개 정적인 메소드

public static ShellCommand ( string command, string arg ) : void
command string
arg string
리턴 void

ShellCommand() 공개 정적인 메소드

public static ShellCommand ( string command, string arg, bool wait ) : void
command string
arg string
wait bool
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void

Stash() 공개 정적인 메소드

public static Stash ( ) : void
리턴 void

ViewChanges() 공개 정적인 메소드

public static ViewChanges ( ) : void
리턴 void

프로퍼티 상세

Executable 공개적으로 정적으로 프로퍼티

public static string Executable
리턴 string