Class SendToFromResponse
Inheritance
System.Object
SendToFromResponse
Implements
Google.Protobuf.IMessage<SendToFromResponse>
Google.Protobuf.IMessage
System.IEquatable<SendToFromResponse>
Google.Protobuf.IDeepCloneable<SendToFromResponse>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Catalyst.Protocol.Rpc.Node
Assembly: Catalyst.Protocol.dll
Syntax
public sealed class SendToFromResponse : IMessage<SendToFromResponse>, IMessage, IEquatable<SendToFromResponse>, IDeepCloneable<SendToFromResponse>
Constructors
| Improve this Doc View SourceSendToFromResponse()
Declaration
public SendToFromResponse()
SendToFromResponse(SendToFromResponse)
Declaration
public SendToFromResponse(SendToFromResponse other)
Parameters
Type | Name | Description |
---|---|---|
SendToFromResponse | other |
Fields
| Improve this Doc View SourceQueryFieldNumber
Field number for the "query" field.
Declaration
public const int QueryFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceDescriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Parser
Declaration
public static MessageParser<SendToFromResponse> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<SendToFromResponse> |
Query
Declaration
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
Clone()
Declaration
public SendToFromResponse Clone()
Returns
Type | Description |
---|---|
SendToFromResponse |
Equals(SendToFromResponse)
Declaration
public bool Equals(SendToFromResponse other)
Parameters
Type | Name | Description |
---|---|---|
SendToFromResponse | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
MergeFrom(SendToFromResponse)
Declaration
public void MergeFrom(SendToFromResponse other)
Parameters
Type | Name | Description |
---|---|---|
SendToFromResponse | other |
MergeFrom(CodedInputStream)
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedInputStream | input |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedOutputStream | output |
Explicit Interface Implementations
| Improve this Doc View SourceIMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>