Table of Contents

Class ItemNoteCategoryRelationships

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

Relationships for the ItemNoteCategory resource.

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

Constructors

ItemNoteCategoryRelationships()

public ItemNoteCategoryRelationships()

ItemNoteCategoryRelationships(ItemNoteCategoryRelationships)

protected ItemNoteCategoryRelationships(ItemNoteCategoryRelationships original)

Parameters

original ItemNoteCategoryRelationships

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>

Methods

Equals(ItemNoteCategoryRelationships?)

public virtual bool Equals(ItemNoteCategoryRelationships? other)

Parameters

other ItemNoteCategoryRelationships

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

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

Parameters

left ItemNoteCategoryRelationships
right ItemNoteCategoryRelationships

Returns

bool

operator !=(ItemNoteCategoryRelationships?, ItemNoteCategoryRelationships?)

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

Parameters

left ItemNoteCategoryRelationships
right ItemNoteCategoryRelationships

Returns

bool