Table of Contents

Class ScheduledPerson

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the ScheduledPerson resource.

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

Constructors

ScheduledPerson()

public ScheduledPerson()

ScheduledPerson(ScheduledPerson)

protected ScheduledPerson(ScheduledPerson original)

Parameters

original ScheduledPerson

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FullName

Planning Center does not provide a description for this attribute.

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

Property Value

string

Status

Planning Center does not provide a description for this attribute.

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

Property Value

string

Thumbnail

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(ScheduledPerson?)

public virtual bool Equals(ScheduledPerson? other)

Parameters

other ScheduledPerson

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

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

Parameters

left ScheduledPerson
right ScheduledPerson

Returns

bool

operator !=(ScheduledPerson?, ScheduledPerson?)

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

Parameters

left ScheduledPerson
right ScheduledPerson

Returns

bool