Table of Contents

Class ItemNote

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

Attributes for the ItemNote resource.

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

Constructors

ItemNote()

public ItemNote()

ItemNote(ItemNote)

protected ItemNote(ItemNote original)

Parameters

original ItemNote

Properties

CategoryName

Planning Center does not provide a description for this attribute.

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

Property Value

string

Content

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

public virtual bool Equals(ItemNote? other)

Parameters

other ItemNote

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

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

Parameters

left ItemNote
right ItemNote

Returns

bool

operator !=(ItemNote?, ItemNote?)

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

Parameters

left ItemNote
right ItemNote

Returns

bool