Class PersonResource
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2024_09_03
- Assembly
- Crews.PlanningCenter.Api.dll
An attendee, volunteer or administrator.
Usually, a person who checked in will be present as a Person. In some cases, they may not be present:
- The person was manually deleted from the admin interface
- The check-in was created as a "Visitor - Label Only" (which doesn't create a corresponding person record)
public record PersonResource : JsonApiResource<Person>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<Person>>, IEquatable<PersonResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<Person>PersonResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<Person>.Equals(JsonApiResource)JsonApiResource<Person>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
PersonResource()
public PersonResource()
PersonResource(PersonResource)
protected PersonResource(PersonResource original)
Parameters
originalPersonResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(PersonResource?)
public virtual bool Equals(PersonResource? other)
Parameters
otherPersonResource
Returns
Equals(JsonApiResource<Person>?)
public override sealed bool Equals(JsonApiResource<Person>? other)
Parameters
otherJsonApiResource<Person>
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 ==(PersonResource?, PersonResource?)
public static bool operator ==(PersonResource? left, PersonResource? right)
Parameters
leftPersonResourcerightPersonResource
Returns
operator !=(PersonResource?, PersonResource?)
public static bool operator !=(PersonResource? left, PersonResource? right)
Parameters
leftPersonResourcerightPersonResource