Show / Hide Table of Contents

Class LabeledItem

A single item in a labeled column.

Inheritance
object
LabeledItem
Implements
IMessage<LabeledItem>
IEquatable<LabeledItem>
IDeepCloneable<LabeledItem>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
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
string

Name

Display string as entered by user.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX