Table of Contents

Class PlanNote

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

Attributes for the PlanNote resource.

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

Constructors

PlanNote()

public PlanNote()

PlanNote(PlanNote)

protected PlanNote(PlanNote original)

Parameters

original PlanNote

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

public virtual bool Equals(PlanNote? other)

Parameters

other PlanNote

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

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

Parameters

left PlanNote
right PlanNote

Returns

bool

operator !=(PlanNote?, PlanNote?)

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

Parameters

left PlanNote
right PlanNote

Returns

bool