Table of Contents

Class BackgroundCheck

Namespace
Crews.PlanningCenter.Api.People.V2025_11_10
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the BackgroundCheck resource.

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

Constructors

BackgroundCheck()

public BackgroundCheck()

BackgroundCheck(BackgroundCheck)

protected BackgroundCheck(BackgroundCheck original)

Parameters

original BackgroundCheck

Properties

CompletedAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

Current

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("current")]
public bool? Current { get; init; }

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

ExpiresOn

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("expires_on")]
public DateOnly? ExpiresOn { get; init; }

Property Value

DateOnly?

Note

Planning Center does not provide a description for this attribute.

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

Property Value

string

ReportUrl

Planning Center does not provide a description for this attribute.

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

StatusUpdatedAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

Methods

Equals(BackgroundCheck?)

public virtual bool Equals(BackgroundCheck? other)

Parameters

other BackgroundCheck

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

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

Parameters

left BackgroundCheck
right BackgroundCheck

Returns

bool

operator !=(BackgroundCheck?, BackgroundCheck?)

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

Parameters

left BackgroundCheck
right BackgroundCheck

Returns

bool