Table of Contents

Class RosterListPerson

Namespace
Crews.PlanningCenter.Api.CheckIns.V2023_04_05
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the RosterListPerson resource.

public record RosterListPerson : IEquatable<RosterListPerson>
Inheritance
RosterListPerson
Implements
Inherited Members

Constructors

RosterListPerson()

public RosterListPerson()

RosterListPerson(RosterListPerson)

protected RosterListPerson(RosterListPerson original)

Parameters

original RosterListPerson

Properties

Birthdate

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("birthdate")]
public DateTime? Birthdate { get; init; }

Property Value

DateTime?

DemographicAvatarUrl

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

Grade

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("grade")]
public string? Grade { 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

MedicalNotes

Planning Center does not provide a description for this attribute.

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

Property Value

string

Name

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(RosterListPerson?)

public virtual bool Equals(RosterListPerson? other)

Parameters

other RosterListPerson

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 ==(RosterListPerson?, RosterListPerson?)

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

Parameters

left RosterListPerson
right RosterListPerson

Returns

bool

operator !=(RosterListPerson?, RosterListPerson?)

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

Parameters

left RosterListPerson
right RosterListPerson

Returns

bool