Class MoveRelationshipSideV1Event
- Namespace
- The.Model.History
- Assembly
- Instagile.Model.dll
public sealed class MoveRelationshipSideV1Event : IEvent
- Inheritance
-
MoveRelationshipSideV1Event
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
MoveRelationshipSideV1Event(Guid, SideType, Guid, Guid)
public MoveRelationshipSideV1Event(Guid iD, SideType side, Guid from, Guid section)
Parameters
iD Guid
side SideType
from Guid
section Guid
Fields
From
public readonly Guid From
Field Value
- Guid
ID
Field Value
- Guid
Section
public readonly Guid Section
Field Value
- Guid
Side
public readonly SideType Side
Field Value
- SideType
Methods
Equals(object?)
public override bool Equals(object? o)
Parameters
o object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToCode()
Returns
- string
ToString()
public override string ToString()
Returns
- string