IIssueProperty Class

Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["IIssueProperty"] class Type type-node

Syntax

public sealed class IIssueProperty : Enum

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
AdditionalInformation 1048576
static
AffectedFileRelativePath 8
static
Column 64
static
EndColumn 128
static
EndLine 32
static
FileLink 256
static
Identifier 1
static
Line 16
static
MessageHtml 1024
static
MessageMarkdown 2048
static
MessageText 512
static
None 0
static
Priority 4096
static
PriorityName 8192
static
ProjectFileRelativePath 2
static
ProjectName 4
static
ProviderName 524288
static
ProviderType 262144
static
RuleId 16384
static
RuleName 32768
static
RuleUrl 65536
static
Run 131072
static
value__

Extension Methods

Name Value Summary
Dump<IIssueProperty>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IIssueProperty>(IIssueProperty[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IIssueProperty>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IIssueProperty>(string) void
Requires the Cake.Issues addin
ThrowIfNull<IIssueProperty>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IIssueProperty>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Requires the Cake.Issues addin