Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SamirBoulema
TGit
FlowOptions
C# Class SamirBoulema.TGit.FlowOptions
显示文件
Open project: sboulema/TGit
Class Usage Examples
Public Properties
Property
Type
Description
DevelopBranch
string
FeaturePrefix
string
HotfixPrefix
string
MasterBranch
string
ReleasePrefix
string
Public Methods
Method
Description
FlowOptions
( ) :
System
FlowOptions
(
string
input
) :
System
Method Details
FlowOptions()
public
method
public
FlowOptions
( ) :
System
return
System
FlowOptions()
public
method
public
FlowOptions
(
string
input
) :
System
input
string
return
System
Property Details
DevelopBranch
public_oe property
public
string
DevelopBranch
return
string
FeaturePrefix
public_oe property
public
string
FeaturePrefix
return
string
HotfixPrefix
public_oe property
public
string
HotfixPrefix
return
string
MasterBranch
public_oe property
public
string
MasterBranch
return
string
ReleasePrefix
public_oe property
public
string
ReleasePrefix
return
string