Table of Contents

Class Rsvp

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

Attributes for the Rsvp resource.

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

Constructors

Rsvp()

public Rsvp()

Rsvp(Rsvp)

protected Rsvp(Rsvp original)

Parameters

original Rsvp

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Response

Possible values: awaiting_response, yes, no, maybe, or not_sent

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

Property Value

string

Methods

Equals(Rsvp?)

public virtual bool Equals(Rsvp? other)

Parameters

other Rsvp

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

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

Parameters

left Rsvp
right Rsvp

Returns

bool

operator !=(Rsvp?, Rsvp?)

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

Parameters

left Rsvp
right Rsvp

Returns

bool