Show / Hide Table of Contents

Class LookupDetails

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

Inheritance
System.Object
LookupDetails
Implements
Google.Protobuf.IMessage<LookupDetails>
System.IEquatable<LookupDetails>
Google.Protobuf.IDeepCloneable<LookupDetails>
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 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
System.String

RelationshipColumnId

The id of the relationship column.

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