Table of Contents

Class CopyAttributesV2Event

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

Constructors

CopyAttributesV2Event(IReadOnlyList<Guid>, IReadOnlyList<Guid>, Guid)

[Obsolete("V2 is deprecated from model version 8.")]
public CopyAttributesV2Event(IReadOnlyList<Guid> from, IReadOnlyList<Guid> into, Guid through)

Parameters

from IReadOnlyList<Guid>
into IReadOnlyList<Guid>
through Guid

Fields

From

public readonly IReadOnlyList<Guid> From

Field Value

IReadOnlyList<Guid>

Into

public readonly IReadOnlyList<Guid> Into

Field Value

IReadOnlyList<Guid>

Through

public readonly Guid Through

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()

public string ToCode()

Returns

string

ToString()

public override string ToString()

Returns

string