Class EventNote
- Namespace
- Crews.PlanningCenter.Api.Groups.V2023_07_10
- 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
originalEventNote
Properties
Body
The body text of the note.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("body")]
public string? Body { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Methods
Equals(EventNote?)
public virtual bool Equals(EventNote? other)
Parameters
otherEventNote
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(EventNote?, EventNote?)
public static bool operator ==(EventNote? left, EventNote? right)
Parameters
Returns
operator !=(EventNote?, EventNote?)
public static bool operator !=(EventNote? left, EventNote? right)