Class SerialisableCopyAttributesV1Event
- Namespace
- The.Model.Serialisation
- Assembly
- Instagile.Model.dll
public sealed class SerialisableCopyAttributesV1Event : IXmlSerializable
- Inheritance
-
SerialisableCopyAttributesV1Event
- Implements
-
- Inherited Members
-
Constructors
SerialisableCopyAttributesV1Event()
public SerialisableCopyAttributesV1Event()
SerialisableCopyAttributesV1Event(Guid, IReadOnlyList<Guid>, IReadOnlyList<Guid>)
public SerialisableCopyAttributesV1Event(Guid relationship, IReadOnlyList<Guid> attributesA, IReadOnlyList<Guid> attributesB)
Parameters
relationship Guid
attributesA IReadOnlyList<Guid>
attributesB IReadOnlyList<Guid>
Fields
AttributesA
public IReadOnlyList<Guid> AttributesA
Field Value
- IReadOnlyList<Guid>
AttributesB
public IReadOnlyList<Guid> AttributesB
Field Value
- IReadOnlyList<Guid>
Relationship
Field Value
- Guid
Methods
GetSchema()
public XmlSchema GetSchema()
Returns
- XmlSchema
ReadXml(XmlReader)
public void ReadXml(XmlReader reader)
Parameters
reader XmlReader
ToEvent()
public CopyAttributesV1Event ToEvent()
Returns
- CopyAttributesV1Event
WriteXml(XmlWriter)
public void WriteXml(XmlWriter writer)
Parameters
writer XmlWriter