AgentRollbackRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRequest to roll back a definition to a previous version.
public sealed record AgentRollbackRequest : IEquatable<AgentRollbackRequest>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<AgentRollbackRequest>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentRollbackRequest()
Section titled “ AgentRollbackRequest()”public AgentRollbackRequest()Properties
Section titled “Properties”Version
Section titled “ Version”Version number to roll back to.
public required int Version { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(AgentRollbackRequest?)
Section titled “ Equals(AgentRollbackRequest?)”public bool Equals(AgentRollbackRequest? other)Parameters
Section titled “Parameters”other AgentRollbackRequest?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AgentRollbackRequest?, AgentRollbackRequest?)
Section titled “ operator ==(AgentRollbackRequest?, AgentRollbackRequest?)”public static bool operator ==(AgentRollbackRequest? left, AgentRollbackRequest? right)Parameters
Section titled “Parameters”left AgentRollbackRequest?
right AgentRollbackRequest?
Returns
Section titled “Returns”operator !=(AgentRollbackRequest?, AgentRollbackRequest?)
Section titled “ operator !=(AgentRollbackRequest?, AgentRollbackRequest?)”public static bool operator !=(AgentRollbackRequest? left, AgentRollbackRequest? right)Parameters
Section titled “Parameters”left AgentRollbackRequest?
right AgentRollbackRequest?