Table of Contents

Class EventNote

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

Attributes for the EventNote resource.

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

Constructors

EventNote()

public EventNote()

EventNote(EventNote)

protected EventNote(EventNote original)

Parameters

original EventNote

Properties

Body

The body text of the note.

[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(EventNote?)

public virtual bool Equals(EventNote? other)

Parameters

other EventNote

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

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

Parameters

left EventNote
right EventNote

Returns

bool

operator !=(EventNote?, EventNote?)

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

Parameters

left EventNote
right EventNote

Returns

bool