MappingSuccess

Classes > Sync > MappingSuccess

Entry was mapped successfully to one or more targets.

public sealed record MappingSuccess : MappingResult, IEquatable<MappingResult>, IEquatable<MappingSuccess>

Constructors

MappingSuccess

public MappingSuccess(IReadOnlyList<MappedEntry> Entries)

Entry was mapped successfully to one or more targets.

Parameter Type Description
Entries MappedEntry> Mapped entries (may be multiple for multi-target).

Properties

Entries

public IReadOnlyList<MappedEntry> Entries { get; init; }

Mapped entries (may be multiple for multi-target).