Class RsvpResource
- Namespace
- Crews.PlanningCenter.Api.Groups.V2018_08_01
- 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
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<Rsvp>RsvpResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- 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>.EqualityContractJsonApiResource<Rsvp, RsvpRelationships>.RelationshipsJsonApiResource<Rsvp>.Equals(JsonApiResource)JsonApiResource<Rsvp>.Equals(JsonApiResource<Rsvp>)JsonApiResource<Rsvp>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
RsvpResource()
public RsvpResource()
RsvpResource(RsvpResource)
protected RsvpResource(RsvpResource original)
Parameters
originalRsvpResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(RsvpResource?)
public virtual bool Equals(RsvpResource? other)
Parameters
otherRsvpResource
Returns
Equals(JsonApiResource<Rsvp, RsvpRelationships>?)
public override sealed bool Equals(JsonApiResource<Rsvp, RsvpRelationships>? other)
Parameters
otherJsonApiResource<Rsvp, RsvpRelationships>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(RsvpResource?, RsvpResource?)
public static bool operator ==(RsvpResource? left, RsvpResource? right)
Parameters
leftRsvpResourcerightRsvpResource
Returns
operator !=(RsvpResource?, RsvpResource?)
public static bool operator !=(RsvpResource? left, RsvpResource? right)
Parameters
leftRsvpResourcerightRsvpResource