Show / Hide Table of Contents

Class GatewayTitleMapping

Inheritance
object
GatewayTitleMapping
Implements
IEquatable<GatewayTitleMapping>
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 GatewayTitleMapping : IEquatable<GatewayTitleMapping>

Constructors

View Source

GatewayTitleMapping(IImmutableList<TitleMapping>, IImmutableList<GatewayTitleMappingInstance>)

Declaration
public GatewayTitleMapping(IImmutableList<TitleMapping> Forwarding, IImmutableList<GatewayTitleMappingInstance> Mappings)
Parameters
Type Name Description
IImmutableList<TitleMapping> Forwarding
IImmutableList<GatewayTitleMappingInstance> Mappings

Properties

View Source

Forwarding

Declaration
public IImmutableList<TitleMapping> Forwarding { get; init; }
Property Value
Type Description
IImmutableList<TitleMapping>
View Source

Mappings

Declaration
public IImmutableList<GatewayTitleMappingInstance> Mappings { get; init; }
Property Value
Type Description
IImmutableList<GatewayTitleMappingInstance>

Implements

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