Table of Contents

Class PlanNoteCategoryRelationships

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

Relationships for the PlanNoteCategory resource.

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

Constructors

PlanNoteCategoryRelationships()

public PlanNoteCategoryRelationships()

PlanNoteCategoryRelationships(PlanNoteCategoryRelationships)

protected PlanNoteCategoryRelationships(PlanNoteCategoryRelationships original)

Parameters

original PlanNoteCategoryRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

ServiceType

Related ServiceType resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type")]
public JsonApiRelationship<ServiceTypeResource>? ServiceType { get; init; }

Property Value

JsonApiRelationship<ServiceTypeResource>

Teams

Related Teams resource.

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

Property Value

JsonApiRelationship<TeamResource>

Methods

Equals(PlanNoteCategoryRelationships?)

public virtual bool Equals(PlanNoteCategoryRelationships? other)

Parameters

other PlanNoteCategoryRelationships

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

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

Parameters

left PlanNoteCategoryRelationships
right PlanNoteCategoryRelationships

Returns

bool

operator !=(PlanNoteCategoryRelationships?, PlanNoteCategoryRelationships?)

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

Parameters

left PlanNoteCategoryRelationships
right PlanNoteCategoryRelationships

Returns

bool