Table of Contents

Class SerialisableCopyAttributesV2Event

Namespace
The.Model.Serialisation
Assembly
Instagile.Model.dll
public sealed class SerialisableCopyAttributesV2Event : IXmlSerializable
Inheritance
SerialisableCopyAttributesV2Event
Implements
Inherited Members

Constructors

SerialisableCopyAttributesV2Event()

public SerialisableCopyAttributesV2Event()

SerialisableCopyAttributesV2Event(IReadOnlyList<Guid>, IReadOnlyList<Guid>, Guid)

public SerialisableCopyAttributesV2Event(IReadOnlyList<Guid> from, IReadOnlyList<Guid> into, Guid through)

Parameters

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

Fields

From

public IReadOnlyList<Guid> From

Field Value

IReadOnlyList<Guid>

Into

public IReadOnlyList<Guid> Into

Field Value

IReadOnlyList<Guid>

Through

public Guid Through

Field Value

Guid

Methods

GetSchema()

public XmlSchema GetSchema()

Returns

XmlSchema

ReadXml(XmlReader)

public void ReadXml(XmlReader reader)

Parameters

reader XmlReader

ToEvent()

public CopyAttributesV2Event ToEvent()

Returns

CopyAttributesV2Event

WriteXml(XmlWriter)

public void WriteXml(XmlWriter writer)

Parameters

writer XmlWriter