Class InsertRelationship
- Namespace
- The.Persistence.Write
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed class InsertRelationship : WriteOperation, IRelationshipWriteOperation
- Inheritance
-
InsertRelationship
- Implements
- Inherited Members
Properties
Arguments
[IgnoreMember]
public override string Arguments { get; }
Property Value
Name
[IgnoreMember]
public override string Name { get; }
Property Value
RelationshipName
[Key(1)]
public required string RelationshipName { get; set; }
Property Value
SourceID
[IgnoreMember]
public required Guid SourceID { get; set; }
Property Value
TargetID
[IgnoreMember]
public required Guid TargetID { get; set; }
Property Value
TypeName
[Key(0)]
public required string TypeName { get; set; }
Property Value
Methods
Accept(IVisitor)
public override void Accept(IVisitor visitor)
Parameters
visitorIVisitor
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetTypeNames()
public override IEnumerable<string> GetTypeNames()