Class Object
An object (with expression values)
Inheritance
System.Object
Object
Implements
Google.Protobuf.IBufferMessage
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class Object : Google.Protobuf.IMessage<Object>
Constructors
Object()
Declaration
Object(Object)
Declaration
public Object(Object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Fields
FldFieldNumber
Field number for the "fld" field.
Declaration
public const int FldFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Fld
Declaration
public Google.Protobuf.Collections.RepeatedField<Object.Types.ObjectField> Fld { get; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<Object> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Object> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
Returns
Equals(Object)
Declaration
public bool Equals(Object other)
Parameters
Type |
Name |
Description |
Object |
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 |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Object)
Declaration
public void MergeFrom(Object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage