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