Class CopyForeignKeyV1Event
- Namespace
- The.Model.History
- Assembly
- Instagile.Model.dll
public sealed class CopyForeignKeyV1Event : IEvent
- Inheritance
-
CopyForeignKeyV1Event
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
CopyForeignKeyV1Event(Guid, IReadOnlyList<Guid>, IReadOnlyList<Guid>)
[Obsolete("V1 is deprecated from model version 7.")]
public CopyForeignKeyV1Event(Guid relationship, IReadOnlyList<Guid> attributesA, IReadOnlyList<Guid> attributesB)
Parameters
relationship Guid
attributesA IReadOnlyList<Guid>
attributesB IReadOnlyList<Guid>
Fields
AttributesA
public readonly IReadOnlyList<Guid> AttributesA
Field Value
- IReadOnlyList<Guid>
AttributesB
public readonly IReadOnlyList<Guid> AttributesB
Field Value
- IReadOnlyList<Guid>
Relationship
public readonly Guid Relationship
Field Value
- Guid
Methods
Equals(object?)
public override bool Equals(object? o)
Parameters
o object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToCode()
Returns
- string
ToString()
public override string ToString()
Returns
- string