Table of Contents

Class ItemNoteCategory

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

Attributes for the ItemNoteCategory resource.

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

Constructors

ItemNoteCategory()

public ItemNoteCategory()

ItemNoteCategory(ItemNoteCategory)

protected ItemNoteCategory(ItemNoteCategory original)

Parameters

original ItemNoteCategory

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?

DeletedAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FrequentlyUsed

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("frequently_used")]
public bool? FrequentlyUsed { 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

Sequence

Planning Center does not provide a description for this attribute.

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

Property Value

int?

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

public virtual bool Equals(ItemNoteCategory? other)

Parameters

other ItemNoteCategory

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

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

Parameters

left ItemNoteCategory
right ItemNoteCategory

Returns

bool

operator !=(ItemNoteCategory?, ItemNoteCategory?)

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

Parameters

left ItemNoteCategory
right ItemNoteCategory

Returns

bool