Table of Contents

Class PeopleImport

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

Attributes for the PeopleImport resource.

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

Constructors

PeopleImport()

public PeopleImport()

PeopleImport(PeopleImport)

protected PeopleImport(PeopleImport original)

Parameters

original PeopleImport

Properties

Attribs

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("attribs")]
public ImportAttributes? Attribs { get; init; }

Property Value

ImportAttributes

CreatedAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

ProcessedAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

Status

Possible values: matching, processing_preview, previewing, processing_import, complete, undone, or undoing

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

Property Value

string

UndoneAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

UpdatedAt

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

Methods

Equals(PeopleImport?)

public virtual bool Equals(PeopleImport? other)

Parameters

other PeopleImport

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

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

Parameters

left PeopleImport
right PeopleImport

Returns

bool

operator !=(PeopleImport?, PeopleImport?)

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

Parameters

left PeopleImport
right PeopleImport

Returns

bool