Table of Contents

Class TeamLeaderRelationships

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

Relationships for the TeamLeader resource.

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

Constructors

TeamLeaderRelationships()

public TeamLeaderRelationships()

TeamLeaderRelationships(TeamLeaderRelationships)

protected TeamLeaderRelationships(TeamLeaderRelationships original)

Parameters

original TeamLeaderRelationships

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>

Team

Related Team resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("team")]
public JsonApiRelationship<TeamResource>? Team { get; init; }

Property Value

JsonApiRelationship<TeamResource>

Methods

Equals(TeamLeaderRelationships?)

public virtual bool Equals(TeamLeaderRelationships? other)

Parameters

other TeamLeaderRelationships

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

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

Parameters

left TeamLeaderRelationships
right TeamLeaderRelationships

Returns

bool

operator !=(TeamLeaderRelationships?, TeamLeaderRelationships?)

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

Parameters

left TeamLeaderRelationships
right TeamLeaderRelationships

Returns

bool