Show / Hide Table of Contents

Class LabeledItem

A single item in a labeled column.

Inheritance
System.Object
LabeledItem
Implements
Google.Protobuf.IMessage<LabeledItem>
System.IEquatable<LabeledItem>
Google.Protobuf.IDeepCloneable<LabeledItem>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class LabeledItem : IMessage<LabeledItem>, IEquatable<LabeledItem>, IDeepCloneable<LabeledItem>, IBufferMessage, IMessage

Constructors

LabeledItem()

Declaration
public LabeledItem()

LabeledItem(LabeledItem)

Declaration
public LabeledItem(LabeledItem other)
Parameters
Type Name Description
LabeledItem other

Properties

Id

Internal id associated with the item.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Name

Display string as entered by user.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top