C# Class SamirBoulema.TGit.Helpers.EnvHelper

Datei anzeigen Open project: sboulema/TGit Class Usage Examples

Public Properties

Property Type Description
BranchName string
FlowOptions FlowOptions
Git string
HasStash bool
IsGitFlow bool
SolutionDir string
TortoiseGitProc string

Public Methods

Method Description
Clear ( ) : void
GetBranchName ( ) : void
GetFlowOptions ( ) : void
GetGit ( ) : void
GetSolutionDir ( DTE dte ) : void
GetStash ( ) : void
GetTortoiseGitProc ( ) : void
HasSolutionDir ( ) : bool

Method Details

Clear() public static method

public static Clear ( ) : void
return void

GetBranchName() public static method

public static GetBranchName ( ) : void
return void

GetFlowOptions() public static method

public static GetFlowOptions ( ) : void
return void

GetGit() public static method

public static GetGit ( ) : void
return void

GetSolutionDir() public static method

public static GetSolutionDir ( DTE dte ) : void
dte DTE
return void

GetStash() public static method

public static GetStash ( ) : void
return void

GetTortoiseGitProc() public static method

public static GetTortoiseGitProc ( ) : void
return void

HasSolutionDir() public static method

public static HasSolutionDir ( ) : bool
return bool

Property Details

BranchName public_oe static_oe property

public static string BranchName
return string

FlowOptions public_oe static_oe property

public static FlowOptions FlowOptions
return FlowOptions

Git public_oe static_oe property

public static string Git
return string

HasStash public_oe static_oe property

public static bool HasStash
return bool

IsGitFlow public_oe static_oe property

public static bool IsGitFlow
return bool

SolutionDir public_oe static_oe property

public static string SolutionDir
return string

TortoiseGitProc public_oe static_oe property

public static string TortoiseGitProc
return string