Show / Hide Table of Contents

Class GatewayTitleMappingInstance

Inheritance
object
GatewayTitleMappingInstance
Implements
IEquatable<GatewayTitleMappingInstance>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Gateway
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
Type Name Description
string ImageName
string PackageName
string ProcessName

Properties

View Source

ImageName

Declaration
public string? ImageName { get; init; }
Property Value
Type Description
string
View Source

PackageName

Declaration
public string? PackageName { get; init; }
Property Value
Type Description
string
View Source

ProcessName

Declaration
public string? ProcessName { get; init; }
Property Value
Type Description
string

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX