API Reference
Class
GitGraphCommit
Describes one commit in a git graph visual block.
Inheritance
- Object
- GitGraphCommit
Constructors
GitGraphCommit(System.String arg1, System.String arg2, System.Collections.Generic.IEnumerable{System.String} arg3, ChartForgeX.VisualBlocks.GitGraphCommitType arg4, System.String arg5, System.String arg6, System.String arg7) #Initializes a git graph commit.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Collections.Generic.IEnumerable{System.String}
- arg4 ChartForgeX.VisualBlocks.GitGraphCommitType
- arg5 System.String
- arg6 System.String
- arg7 System.String
Properties
Id #Gets or sets the stable commit id.
BranchName #Gets or sets the branch lane name.
ParentIds #Gets parent commit ids.
Type #Gets or sets the commit type.
Label #Gets or sets the optional display label.
Tag #Gets or sets the optional tag label.
SourceCommitId #Gets or sets the source commit id for cherry-pick commits.