Table of Contents

Class RsvpResource

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

A person's RSVP response for a group event.
RSVPs can be submitted at any point leading up to the event.
When an event reminder is sent, awaiting_response RSVPs are generated for
any remaining members, or not_sent if they're missing an email address.

public record RsvpResource : JsonApiResource<Rsvp, RsvpRelationships>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<Rsvp>>, IEquatable<JsonApiResource<Rsvp, RsvpRelationships>>, IEquatable<RsvpResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<Rsvp>
JsonApiResource<Rsvp, RsvpRelationships>
RsvpResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<Rsvp>>
IEquatable<JsonApiResource<Rsvp, RsvpRelationships>>
Inherited Members
JsonApiResource<Rsvp, RsvpRelationships>.ToString()
JsonApiResource<Rsvp, RsvpRelationships>.GetHashCode()
JsonApiResource<Rsvp, RsvpRelationships>.Equals(JsonApiResource<Rsvp>)
JsonApiResource<Rsvp, RsvpRelationships>.Equals(JsonApiResource<Rsvp, RsvpRelationships>)
JsonApiResource<Rsvp, RsvpRelationships>.<Clone>$()
JsonApiResource<Rsvp, RsvpRelationships>.EqualityContract
JsonApiResource<Rsvp, RsvpRelationships>.Relationships
JsonApiResource<Rsvp>.Equals(JsonApiResource)
JsonApiResource<Rsvp>.Equals(JsonApiResource<Rsvp>)
JsonApiResource<Rsvp>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

RsvpResource()

public RsvpResource()

RsvpResource(RsvpResource)

protected RsvpResource(RsvpResource original)

Parameters

original RsvpResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(RsvpResource?)

public virtual bool Equals(RsvpResource? other)

Parameters

other RsvpResource

Returns

bool

Equals(JsonApiResource<Rsvp, RsvpRelationships>?)

public override sealed bool Equals(JsonApiResource<Rsvp, RsvpRelationships>? other)

Parameters

other JsonApiResource<Rsvp, RsvpRelationships>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(RsvpResource?, RsvpResource?)

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

Parameters

left RsvpResource
right RsvpResource

Returns

bool

operator !=(RsvpResource?, RsvpResource?)

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

Parameters

left RsvpResource
right RsvpResource

Returns

bool