Class RpcContractMethod
Namespace: DotBoxD.Services.Generated
Assembly: DotBoxD.Services.dll
public sealed record RpcContractMethod : IEquatable<RpcContractMethod>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”RpcContractMethod(string, string)
Section titled “ RpcContractMethod(string, string)”public RpcContractMethod(string WireName, string Signature)Parameters
Section titled “Parameters”WireName string
Signature string
Properties
Section titled “Properties”Signature
Section titled “ Signature”public string Signature { get; init; }Property Value
Section titled “Property Value”WireName
Section titled “ WireName”public string WireName { get; init; }