Class SerialisableCopyAttributesV3Event
- Namespace
- The.Model.Serialisation
- Assembly
- Instagile.Model.dll
public sealed class SerialisableCopyAttributesV3Event : IXmlSerializable
- Inheritance
-
SerialisableCopyAttributesV3Event
- Implements
-
- Inherited Members
-
Constructors
SerialisableCopyAttributesV3Event()
public SerialisableCopyAttributesV3Event()
SerialisableCopyAttributesV3Event(IReadOnlyList<Guid>, IReadOnlyList<Guid>, Guid, bool)
public SerialisableCopyAttributesV3Event(IReadOnlyList<Guid> from, IReadOnlyList<Guid> into, Guid through, bool createEntities)
Parameters
from IReadOnlyList<Guid>
into IReadOnlyList<Guid>
through Guid
createEntities bool
Fields
CreateEntities
public bool CreateEntities
Field Value
- bool
From
public IReadOnlyList<Guid> From
Field Value
- IReadOnlyList<Guid>
Into
public IReadOnlyList<Guid> Into
Field Value
- IReadOnlyList<Guid>
Through
Field Value
- Guid
Methods
GetSchema()
public XmlSchema GetSchema()
Returns
- XmlSchema
ReadXml(XmlReader)
public void ReadXml(XmlReader reader)
Parameters
reader XmlReader
ToEvent()
public CopyAttributesV3Event ToEvent()
Returns
- CopyAttributesV3Event
WriteXml(XmlWriter)
public void WriteXml(XmlWriter writer)
Parameters
writer XmlWriter