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