Table of Contents

Class ScheduledPersonRelationships

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

Relationships for the ScheduledPerson resource.

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

Constructors

ScheduledPersonRelationships()

public ScheduledPersonRelationships()

ScheduledPersonRelationships(ScheduledPersonRelationships)

protected ScheduledPersonRelationships(ScheduledPersonRelationships original)

Parameters

original ScheduledPersonRelationships

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>

SignupSheet

Related SignupSheet resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("signup_sheet")]
public JsonApiRelationship<SignupSheetResource>? SignupSheet { get; init; }

Property Value

JsonApiRelationship<SignupSheetResource>

Methods

Equals(ScheduledPersonRelationships?)

public virtual bool Equals(ScheduledPersonRelationships? other)

Parameters

other ScheduledPersonRelationships

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

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

Parameters

left ScheduledPersonRelationships
right ScheduledPersonRelationships

Returns

bool

operator !=(ScheduledPersonRelationships?, ScheduledPersonRelationships?)

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

Parameters

left ScheduledPersonRelationships
right ScheduledPersonRelationships

Returns

bool