Class RpcContractChange
Namespace: DotBoxD.Services.Generated
Assembly: DotBoxD.Services.dll
public sealed record RpcContractChange : IEquatable<RpcContractChange>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()
Constructors
Section titled “Constructors”RpcContractChange(RpcContractChangeKind, string, string?, string?)
Section titled “ RpcContractChange(RpcContractChangeKind, string, string?, string?)”public RpcContractChange(RpcContractChangeKind Kind, string Contract, string? PreviousSignature, string? CurrentSignature)Parameters
Section titled “Parameters”Contract string
PreviousSignature string?
CurrentSignature string?
Properties
Section titled “Properties”Contract
Section titled “ Contract”public string Contract { get; init; }Property Value
Section titled “Property Value”CurrentSignature
Section titled “ CurrentSignature”public string? CurrentSignature { get; init; }Property Value
Section titled “Property Value”IsBreaking
Section titled “ IsBreaking”public bool IsBreaking { get; }Property Value
Section titled “Property Value”public RpcContractChangeKind Kind { get; init; }Property Value
Section titled “Property Value”PreviousSignature
Section titled “ PreviousSignature”public string? PreviousSignature { get; init; }