Class SerialisableDeleteEntityV1Event
- Namespace
- The.Model.Serialisation
- Assembly
- Instagile.Model.dll
public sealed class SerialisableDeleteEntityV1Event : IXmlSerializable
- Inheritance
-
SerialisableDeleteEntityV1Event
- Implements
-
- Inherited Members
-
Constructors
SerialisableDeleteEntityV1Event()
public SerialisableDeleteEntityV1Event()
SerialisableDeleteEntityV1Event(Guid)
public SerialisableDeleteEntityV1Event(Guid iD)
Parameters
iD Guid
Fields
ID
Field Value
- Guid
Methods
GetSchema()
public XmlSchema GetSchema()
Returns
- XmlSchema
ReadXml(XmlReader)
public void ReadXml(XmlReader reader)
Parameters
reader XmlReader
ToEvent()
public DeleteEntityV1Event ToEvent()
Returns
- DeleteEntityV1Event
WriteXml(XmlWriter)
public void WriteXml(XmlWriter writer)
Parameters
writer XmlWriter