API Reference
Class
MermaidGitGraphCommit
Describes one Mermaid git graph commit.
Inheritance
- Object
- MermaidGitGraphCommit
Constructors
MermaidGitGraphCommit(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, ChartForgeX.Mermaid.MermaidSourceSpan arg8) #Initializes a Mermaid 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
- arg8 ChartForgeX.Mermaid.MermaidSourceSpan
Properties
Id #Gets or sets the commit id.
BranchName #Gets or sets the branch name.
ParentIds #Gets parent commit ids.
Type #Gets the commit type.
Label #Gets or sets the display label.
Tag #Gets or sets the optional tag label.
SourceCommitId #Gets or sets the cherry-pick source commit id.
Span #Gets the source span for the commit statement.