Table of Contents

Class NoteCategorySubscription

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

Attributes for the NoteCategorySubscription resource.

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

Constructors

NoteCategorySubscription()

public NoteCategorySubscription()

NoteCategorySubscription(NoteCategorySubscription)

protected NoteCategorySubscription(NoteCategorySubscription original)

Parameters

original NoteCategorySubscription

Properties

CreatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

UpdatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?

Methods

Equals(NoteCategorySubscription?)

public virtual bool Equals(NoteCategorySubscription? other)

Parameters

other NoteCategorySubscription

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

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

Parameters

left NoteCategorySubscription
right NoteCategorySubscription

Returns

bool

operator !=(NoteCategorySubscription?, NoteCategorySubscription?)

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

Parameters

left NoteCategorySubscription
right NoteCategorySubscription

Returns

bool