Class GatewayTitleMappingInstance
Inheritance
GatewayTitleMappingInstance
Assembly: CrashCABN.Gateway.Abstractions.dll
Syntax
public sealed record GatewayTitleMappingInstance : IEquatable<GatewayTitleMappingInstance>
Constructors
View Source
GatewayTitleMappingInstance(string?, string?, string?)
Declaration
public GatewayTitleMappingInstance(string? ImageName, string? PackageName, string? ProcessName)
Parameters
Properties
View Source
ImageName
Declaration
public string? ImageName { get; init; }
Property Value
View Source
PackageName
Declaration
public string? PackageName { get; init; }
Property Value
View Source
ProcessName
Declaration
public string? ProcessName { get; init; }
Property Value
Implements