Show / Hide Table of Contents

Class ITitleMappingDalExtensions

Processes Watson analysis to determine the associated title name of the crash.

Inheritance
System.Object
ITitleMappingDalExtensions
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.Watson.dll
Syntax
public static class ITitleMappingDalExtensions

Methods

View Source

GetTitleSecretName(ITitleMappingDal, String, String)

Declaration
public static async Task<string> GetTitleSecretName(this ITitleMappingDal self, string processName, string packageName)
Parameters
Type Name Description
ITitleMappingDal self
System.String processName
System.String packageName
Returns
Type Description
System.Threading.Tasks.Task<System.String>
View Source

GetTitleSecretName(ITitleMappingDal, WatsonParser.Analysis)

Declaration
public static Task<string> GetTitleSecretName(this ITitleMappingDal self, WatsonParser.Analysis analysis)
Parameters
Type Name Description
ITitleMappingDal self
WatsonParser.Analysis analysis
Returns
Type Description
System.Threading.Tasks.Task<System.String>
  • View Source
In This Article
Back to top Generated by DocFX