Show / Hide Table of Contents

Class RelationshipDetails

Details about a relationship column.

Inheritance
System.Object
RelationshipDetails
Implements
Google.Protobuf.IMessage<RelationshipDetails>
System.IEquatable<RelationshipDetails>
Google.Protobuf.IDeepCloneable<RelationshipDetails>
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 RelationshipDetails : IMessage<RelationshipDetails>, IEquatable<RelationshipDetails>, IDeepCloneable<RelationshipDetails>, IBufferMessage, IMessage

Constructors

RelationshipDetails()

Declaration
public RelationshipDetails()

RelationshipDetails(RelationshipDetails)

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

Properties

LinkedTable

The name of the table this relationship is linked to.

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