Show / Hide Table of Contents

Interface ITitleMappingDal

Title Mapping data access layer.

Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public interface ITitleMappingDal

Methods

View Source

GetTitleNameAsync(String, String)

Gets an enumaration of title names that match the provided process name.

Declaration
IAsyncEnumerable<TitleMapping> GetTitleNameAsync(string packageName, string processName)
Parameters
Type Name Description
System.String packageName

The package name to match.

System.String processName

The process name to match.

Returns
Type Description
System.Collections.Generic.IAsyncEnumerable<TitleMapping>

An async enumeration of matching title mappings.

Extension Methods

ITitleMappingDalExtensions.GetTitleSecretName(ITitleMappingDal, WatsonParser.Analysis)
ITitleMappingDalExtensions.GetTitleSecretName(ITitleMappingDal, String, String)
  • View Source
In This Article
Back to top Generated by DocFX