Table of Contents

Class ConnectedPerson

Namespace
Crews.PlanningCenter.Api.People.V2025_03_20
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

original ConnectedPerson

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

string

Gender

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("gender")]
public string? Gender { get; init; }

Property Value

string

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

string

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

string

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

string

Nickname

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("nickname")]
public string? Nickname { get; init; }

Property Value

string

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

string

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

string

Methods

Equals(ConnectedPerson?)

public virtual bool Equals(ConnectedPerson? other)

Parameters

other ConnectedPerson

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

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ConnectedPerson?, ConnectedPerson?)

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

Parameters

left ConnectedPerson
right ConnectedPerson

Returns

bool

operator !=(ConnectedPerson?, ConnectedPerson?)

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

Parameters

left ConnectedPerson
right ConnectedPerson

Returns

bool