Show / Hide Table of Contents

Class LookupDetails

Details about a lookup column whose value comes from the associated relationship.

Inheritance
object
LookupDetails
Implements
IMessage<LookupDetails>
IEquatable<LookupDetails>
IDeepCloneable<LookupDetails>
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 LookupDetails : IMessage<LookupDetails>, IEquatable<LookupDetails>, IDeepCloneable<LookupDetails>, IBufferMessage, IMessage

Constructors

LookupDetails()

Declaration
public LookupDetails()

LookupDetails(LookupDetails)

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

Properties

RelationshipColumn

The name of the relationship column associated with the lookup.

Declaration
public string RelationshipColumn { get; set; }
Property Value
Type Description
string

RelationshipColumnId

The id of the relationship column.

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