Show / Hide Table of Contents

Class CommonAttachmentNames

Contains constant string values for referencing attachments by name.

Inheritance
System.Object
CommonAttachmentNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.Abstractions.dll
Syntax
public static class CommonAttachmentNames

Fields

View Source

AppCenter

Declaration
public const string AppCenter = "AppCenter"
Field Value
Type Description
System.String
View Source

AppCenterJSON

Declaration
public const string AppCenterJSON = "AppCenterJSON"
Field Value
Type Description
System.String
View Source

WatsonAnalysis

Declaration
public const string WatsonAnalysis = "WatsonAnalysis"
Field Value
Type Description
System.String
View Source

WatsonAnalysisXML

Declaration
public const string WatsonAnalysisXML = "WatsonAnalysis.xml"
Field Value
Type Description
System.String
View Source

WatsonApportionedHits

Declaration
public const string WatsonApportionedHits = "WatsonApportionedHits"
Field Value
Type Description
System.String
View Source

WatsonCrashFolder

Declaration
public const string WatsonCrashFolder = "WatsonCrashFolder"
Field Value
Type Description
System.String
View Source

WatsonEmbeddedRetailFiles

An array of file names which may be extracted and attached from a retail Watson crash.

Declaration
public static readonly ImmutableArray<string> WatsonEmbeddedRetailFiles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
In This Article
Back to top Generated by DocFX