Table of Contents

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

string

Name

[IgnoreMember]
public override string Name { get; }

Property Value

string

RelationshipName

[Key(1)]
public required string RelationshipName { get; set; }

Property Value

string

SourceID

[IgnoreMember]
public required Guid SourceID { get; set; }

Property Value

Guid

TargetID

[IgnoreMember]
public required Guid TargetID { get; set; }

Property Value

Guid

TypeName

[Key(0)]
public required string TypeName { get; set; }

Property Value

string

Methods

Accept(IVisitor)

public override void Accept(IVisitor visitor)

Parameters

visitor IVisitor

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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()

Returns

IEnumerable<string>