Table of Contents

Class CopyAttributesV3Event

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

Constructors

CopyAttributesV3Event(IReadOnlyList<Guid>, IReadOnlyList<Guid>, Guid, bool)

public CopyAttributesV3Event(IReadOnlyList<Guid> from, IReadOnlyList<Guid> into, Guid through, bool createEntities)

Parameters

from IReadOnlyList<Guid>
into IReadOnlyList<Guid>
through Guid
createEntities bool

Fields

CreateEntities

public readonly bool CreateEntities

Field Value

bool

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