Table of Contents

Class AddressRelationships

Namespace
Crews.PlanningCenter.Api.People.V2022_01_28
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the Address resource.

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

Constructors

AddressRelationships()

public AddressRelationships()

AddressRelationships(AddressRelationships)

protected AddressRelationships(AddressRelationships original)

Parameters

original AddressRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Person

Related Person resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }

Property Value

JsonApiRelationship<PersonResource>

Methods

Equals(AddressRelationships?)

public virtual bool Equals(AddressRelationships? other)

Parameters

other AddressRelationships

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 ==(AddressRelationships?, AddressRelationships?)

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

Parameters

left AddressRelationships
right AddressRelationships

Returns

bool

operator !=(AddressRelationships?, AddressRelationships?)

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

Parameters

left AddressRelationships
right AddressRelationships

Returns

bool