Table of Contents

Class CopyForeignKeyV2Event

Namespace
The.Model.History
Assembly
Instagile.Model.dll
public sealed class CopyForeignKeyV2Event : IEvent
Inheritance
CopyForeignKeyV2Event
Implements
Inherited Members
Extension Methods

Constructors

CopyForeignKeyV2Event(IReadOnlyList<Guid>, IReadOnlyList<Guid>, Guid)

public CopyForeignKeyV2Event(IReadOnlyList<Guid> sources, IReadOnlyList<Guid> targets, Guid into)

Parameters

sources IReadOnlyList<Guid>
targets IReadOnlyList<Guid>
into Guid

Fields

Into

public readonly Guid Into

Field Value

Guid

Sources

public readonly IReadOnlyList<Guid> Sources

Field Value

IReadOnlyList<Guid>

Targets

public readonly IReadOnlyList<Guid> Targets

Field Value

IReadOnlyList<Guid>

Methods

Equals(object?)

public override bool Equals(object? o)

Parameters

o object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToCode()

public string ToCode()

Returns

string

ToString()

public override string ToString()

Returns

string