Class ConnectedPerson
- Namespace
- Crews.PlanningCenter.Api.People.V2025_07_02
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the ConnectedPerson resource.
public record ConnectedPerson : IEquatable<ConnectedPerson>
- Inheritance
-
ConnectedPerson
- Implements
- Inherited Members
Constructors
ConnectedPerson()
public ConnectedPerson()
ConnectedPerson(ConnectedPerson)
protected ConnectedPerson(ConnectedPerson original)
Parameters
originalConnectedPerson
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
FirstName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("first_name")]
public string? FirstName { get; init; }
Property Value
Gender
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("gender")]
public string? Gender { get; init; }
Property Value
GivenName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("given_name")]
public string? GivenName { get; init; }
Property Value
LastName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("last_name")]
public string? LastName { get; init; }
Property Value
MiddleName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("middle_name")]
public string? MiddleName { get; init; }
Property Value
Nickname
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("nickname")]
public string? Nickname { get; init; }
Property Value
OrganizationId
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_id")]
public string? OrganizationId { get; init; }
Property Value
OrganizationName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_name")]
public string? OrganizationName { get; init; }
Property Value
Methods
Equals(ConnectedPerson?)
public virtual bool Equals(ConnectedPerson? other)
Parameters
otherConnectedPerson
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(ConnectedPerson?, ConnectedPerson?)
public static bool operator ==(ConnectedPerson? left, ConnectedPerson? right)
Parameters
leftConnectedPersonrightConnectedPerson
Returns
operator !=(ConnectedPerson?, ConnectedPerson?)
public static bool operator !=(ConnectedPerson? left, ConnectedPerson? right)
Parameters
leftConnectedPersonrightConnectedPerson