Table of Contents

Class KeyRelationships

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the Key resource.

public record KeyRelationships : IEquatable<KeyRelationships>
Inheritance
KeyRelationships
Implements
Inherited Members

Constructors

KeyRelationships()

public KeyRelationships()

KeyRelationships(KeyRelationships)

protected KeyRelationships(KeyRelationships original)

Parameters

original KeyRelationships

Properties

Arrangement

Related Arrangement resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("arrangement")]
public JsonApiRelationship<ArrangementResource>? Arrangement { get; init; }

Property Value

JsonApiRelationship<ArrangementResource>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Methods

Equals(KeyRelationships?)

public virtual bool Equals(KeyRelationships? other)

Parameters

other KeyRelationships

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(KeyRelationships?, KeyRelationships?)

public static bool operator ==(KeyRelationships? left, KeyRelationships? right)

Parameters

left KeyRelationships
right KeyRelationships

Returns

bool

operator !=(KeyRelationships?, KeyRelationships?)

public static bool operator !=(KeyRelationships? left, KeyRelationships? right)

Parameters

left KeyRelationships
right KeyRelationships

Returns

bool