Search Results for

    Show / Hide Table of Contents

    Class Object

    An object (with expression values)

    Inheritance
    System.Object
    Object
    Implements
    Google.Protobuf.IMessage<Object>
    System.IEquatable<Object>
    Google.Protobuf.IDeepCloneable<Object>
    Google.Protobuf.IBufferMessage
    Google.Protobuf.IMessage
    Namespace: Mysqlx.Expr
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public sealed class Object : IMessage<Object>, IEquatable<Object>, IDeepCloneable<Object>, IBufferMessage, IMessage

    Constructors

    Object()

    Declaration
    public Object()

    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 MessageDescriptor Descriptor { get; }
    Property Value
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor

    Fld

    • list of fields
    Declaration
    public RepeatedField<Object.Types.ObjectField> Fld { get; }
    Property Value
    Type Description
    Google.Protobuf.Collections.RepeatedField<Object.Types.ObjectField>

    Parser

    Declaration
    public static 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
    public Object Clone()
    Returns
    Type Description
    Object

    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
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    MergeFrom(CodedInputStream)

    Declaration
    public void MergeFrom(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
    Overrides
    System.Object.ToString()

    WriteTo(CodedOutputStream)

    Declaration
    public void WriteTo(CodedOutputStream output)
    Parameters
    Type Name Description
    Google.Protobuf.CodedOutputStream output

    Explicit Interface Implementations

    IBufferMessage.InternalMergeFrom(ref ParseContext)

    Declaration
    void IBufferMessage.InternalMergeFrom(ref ParseContext input)
    Parameters
    Type Name Description
    Google.Protobuf.ParseContext input

    IBufferMessage.InternalWriteTo(ref WriteContext)

    Declaration
    void IBufferMessage.InternalWriteTo(ref WriteContext output)
    Parameters
    Type Name Description
    Google.Protobuf.WriteContext output

    IMessage.Descriptor

    Declaration
    MessageDescriptor IMessage.Descriptor { get; }
    Returns
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor

    Implements

    Google.Protobuf.IMessage<T>
    System.IEquatable<T>
    Google.Protobuf.IDeepCloneable<T>
    Google.Protobuf.IBufferMessage
    Google.Protobuf.IMessage
    In This Article
    • Constructors
      • Object()
      • Object(Object)
    • Fields
      • FldFieldNumber
    • Properties
      • Descriptor
      • Fld
      • Parser
    • Methods
      • CalculateSize()
      • Clone()
      • Equals(Object)
      • Equals(Object)
      • GetHashCode()
      • MergeFrom(CodedInputStream)
      • MergeFrom(Object)
      • ToString()
      • WriteTo(CodedOutputStream)
    • Explicit Interface Implementations
      • IBufferMessage.InternalMergeFrom(ref ParseContext)
      • IBufferMessage.InternalWriteTo(ref WriteContext)
      • IMessage.Descriptor
    • Implements
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.