Table of Contents

Class ListCategoryRelationships

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

Relationships for the ListCategory resource.

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

Constructors

ListCategoryRelationships()

public ListCategoryRelationships()

ListCategoryRelationships(ListCategoryRelationships)

protected ListCategoryRelationships(ListCategoryRelationships original)

Parameters

original ListCategoryRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Organization

Related Organization resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization")]
public JsonApiRelationship<OrganizationResource>? Organization { get; init; }

Property Value

JsonApiRelationship<OrganizationResource>

Methods

Equals(ListCategoryRelationships?)

public virtual bool Equals(ListCategoryRelationships? other)

Parameters

other ListCategoryRelationships

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

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

Parameters

left ListCategoryRelationships
right ListCategoryRelationships

Returns

bool

operator !=(ListCategoryRelationships?, ListCategoryRelationships?)

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

Parameters

left ListCategoryRelationships
right ListCategoryRelationships

Returns

bool