Table of Contents

Class NoteCategoryShareRelationships

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

Relationships for the NoteCategoryShare resource.

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

Constructors

NoteCategoryShareRelationships()

public NoteCategoryShareRelationships()

NoteCategoryShareRelationships(NoteCategoryShareRelationships)

protected NoteCategoryShareRelationships(NoteCategoryShareRelationships original)

Parameters

original NoteCategoryShareRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

NoteCategory

Related NoteCategory resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note_category")]
public JsonApiRelationship<NoteCategoryResource>? NoteCategory { get; init; }

Property Value

JsonApiRelationship<NoteCategoryResource>

Person

Related Person resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }

Property Value

JsonApiRelationship<PersonResource>

Methods

Equals(NoteCategoryShareRelationships?)

public virtual bool Equals(NoteCategoryShareRelationships? other)

Parameters

other NoteCategoryShareRelationships

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

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

Parameters

left NoteCategoryShareRelationships
right NoteCategoryShareRelationships

Returns

bool

operator !=(NoteCategoryShareRelationships?, NoteCategoryShareRelationships?)

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

Parameters

left NoteCategoryShareRelationships
right NoteCategoryShareRelationships

Returns

bool