Table of Contents

Class DeleteEntity

Namespace
The.Persistence.Write
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed class DeleteEntity : WriteOperation, IEntityWriteOperation
Inheritance
DeleteEntity
Implements
Inherited Members

Properties

Arguments

[IgnoreMember]
public override string Arguments { get; }

Property Value

string

ID

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

Property Value

Guid

Name

[IgnoreMember]
public override string Name { get; }

Property Value

string

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>