Table of Contents

Class Note

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

Attributes for the Note resource.

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

Constructors

Note()

public Note()

Note(Note)

protected Note(Note original)

Parameters

original Note

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?

CreatedById

Planning Center does not provide a description for this attribute.

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

Property Value

string

DisplayDate

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

NoteAttribute

Planning Center does not provide a description for this attribute.
NOTE: The name of this property has been modified because the type shares its original name.

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

Property Value

string

NoteCategoryId

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

PersonId

Planning Center does not provide a description for this attribute.

[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_id")]
public string? PersonId { 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(Note?)

public virtual bool Equals(Note? other)

Parameters

other Note

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

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

Parameters

left Note
right Note

Returns

bool

operator !=(Note?, Note?)

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

Parameters

left Note
right Note

Returns

bool