Table of Contents

Class Note

Namespace
Crews.PlanningCenter.Api.Giving.V2019_10_18
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

Body

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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