Table of Contents

Class CustomSenderRelationships

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

Relationships for the CustomSender resource.

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

Constructors

CustomSenderRelationships()

public CustomSenderRelationships()

CustomSenderRelationships(CustomSenderRelationships)

protected CustomSenderRelationships(CustomSenderRelationships original)

Parameters

original CustomSenderRelationships

Properties

CustomSenderShares

Related CustomSenderShares resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("custom_sender_shares")]
public JsonApiRelationship<JsonApiResourceIdentifier>? CustomSenderShares { get; init; }

Property Value

JsonApiRelationship<JsonApiResourceIdentifier>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Methods

Equals(CustomSenderRelationships?)

public virtual bool Equals(CustomSenderRelationships? other)

Parameters

other CustomSenderRelationships

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

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

Parameters

left CustomSenderRelationships
right CustomSenderRelationships

Returns

bool

operator !=(CustomSenderRelationships?, CustomSenderRelationships?)

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

Parameters

left CustomSenderRelationships
right CustomSenderRelationships

Returns

bool