Class UpdateEntity
- Namespace
- The.Persistence.Write
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed class UpdateEntity : WriteOperation, IEntityWriteOperation
- Inheritance
-
UpdateEntity
- Implements
- Inherited Members
Properties
Arguments
[IgnoreMember]
public override string Arguments { get; }
Property Value
Data
[Key(2)]
public required ColumnsByName Data { get; set; }
Property Value
ID
[IgnoreMember]
public required Guid ID { get; set; }
Property Value
Name
[IgnoreMember]
public override string Name { get; }
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()