Class PersonResource
- Namespace
- Crews.PlanningCenter.Api.Giving.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
A Planning Center Person record that has been added to Giving.
The Person object in Planning Center is so crucial that we have an entire product dedicated to managing, keeping track of, editing, and creating these records and metadata around them. For additional info, take a look at the Planning Center People API Docs.
public record PersonResource : JsonApiResource<Person, PersonRelationships>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<Person>>, IEquatable<JsonApiResource<Person, PersonRelationships>>, IEquatable<PersonResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<Person>PersonResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<Person, PersonRelationships>.ToString()JsonApiResource<Person, PersonRelationships>.GetHashCode()JsonApiResource<Person, PersonRelationships>.Equals(JsonApiResource<Person>)JsonApiResource<Person, PersonRelationships>.Equals(JsonApiResource<Person, PersonRelationships>)JsonApiResource<Person, PersonRelationships>.<Clone>$()JsonApiResource<Person, PersonRelationships>.EqualityContractJsonApiResource<Person, PersonRelationships>.RelationshipsJsonApiResource<Person>.Equals(JsonApiResource)JsonApiResource<Person>.Equals(JsonApiResource<Person>)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, PersonRelationships>?)
public override sealed bool Equals(JsonApiResource<Person, PersonRelationships>? other)
Parameters
otherJsonApiResource<Person, PersonRelationships>
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