Table of Contents

Class NoteCategory

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

Attributes for the NoteCategory resource.

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

Constructors

NoteCategory()

public NoteCategory()

NoteCategory(NoteCategory)

protected NoteCategory(NoteCategory original)

Parameters

original NoteCategory

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

Locked

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("locked")]
public bool? Locked { get; init; }

Property Value

bool?

Name

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string

NoteCount

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note_count")]
public int? NoteCount { get; init; }

Property Value

int?

NotePersonCount

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note_person_count")]
public int? NotePersonCount { get; init; }

Property Value

int?

OrganizationId

Planning Center does not provide a description for this attribute.

[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_id")]
public string? OrganizationId { get; init; }

Property Value

string

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(NoteCategory?)

public virtual bool Equals(NoteCategory? other)

Parameters

other NoteCategory

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

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

Parameters

left NoteCategory
right NoteCategory

Returns

bool

operator !=(NoteCategory?, NoteCategory?)

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

Parameters

left NoteCategory
right NoteCategory

Returns

bool