Table of Contents

Class SchedulingPreferenceRelationships

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

Relationships for the SchedulingPreference resource.

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

Constructors

SchedulingPreferenceRelationships()

public SchedulingPreferenceRelationships()

SchedulingPreferenceRelationships(SchedulingPreferenceRelationships)

protected SchedulingPreferenceRelationships(SchedulingPreferenceRelationships original)

Parameters

original SchedulingPreferenceRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

HouseholdMember

Related HouseholdMember resource.

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

Property Value

JsonApiRelationship<PersonResource>

Methods

Equals(SchedulingPreferenceRelationships?)

public virtual bool Equals(SchedulingPreferenceRelationships? other)

Parameters

other SchedulingPreferenceRelationships

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

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

Parameters

left SchedulingPreferenceRelationships
right SchedulingPreferenceRelationships

Returns

bool

operator !=(SchedulingPreferenceRelationships?, SchedulingPreferenceRelationships?)

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

Parameters

left SchedulingPreferenceRelationships
right SchedulingPreferenceRelationships

Returns

bool