Table of Contents

Class SupportChannelBindingEntity

Namespace
Tharga.Team.MongoDB
Assembly
Tharga.Team.MongoDB.dll

An embedded projection onto an external system.

public record SupportChannelBindingEntity : IEquatable<SupportChannelBindingEntity>
Inheritance
SupportChannelBindingEntity
Implements
Inherited Members

Properties

Address

[BsonIgnoreIfNull]
public string Address { get; init; }

Property Value

string

ChannelType

[BsonRepresentation(BsonType.String)]
public required SupportChannelType ChannelType { get; init; }

Property Value

SupportChannelType

ExternalId

public required string ExternalId { get; init; }

Property Value

string