PrcaCommentFormat Enum

Summary

Possible format options for comments in the pull request system
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["PrcaCommentFormat"] class Type type-node

Syntax

public enum PrcaCommentFormat

Fields

Name Constant Value Summary
Html 2
Hypertext markup language.
static
Markdown 3
Markdown syntax.
static
PlainText 1
Plain text.
static
Undefined 0
Undefined format.
static
GitHub