AzureDevOpsCommentType Enum

Summary

The wrapper around the native Azure DevOps API comment type.
Namespace
Cake.AzureDevOps.Repos.PullRequest.CommentThread
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["AzureDevOpsCommentType"] class Type type-node

Syntax

public enum AzureDevOpsCommentType

Fields

Name Constant Value Summary
CodeChange
The comment is a code change.
static
System
System comment.
static
Text
The comment is text.
static
Unknown
Unknown comment type.
static
GitHub
Discussions