Table of Contents

Class ImportAttributes

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

Nested attributes for the People Import resource.

[ExcludeFromCodeCoverage(Justification = "This type is a DTO with no logic to test.")]
public record ImportAttributes : IEquatable<ImportAttributes>
Inheritance
ImportAttributes
Implements
Inherited Members

Constructors

ImportAttributes()

public ImportAttributes()

ImportAttributes(ImportAttributes)

protected ImportAttributes(ImportAttributes original)

Parameters

original ImportAttributes

Properties

DeleteEmpty

Planning Center does not provide a description for this attribute.

public bool? DeleteEmpty { get; init; }

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Mappings

Planning Center does not provide a description for this attribute.

public JsonObject? Mappings { get; init; }

Property Value

JsonObject

Source

Planning Center does not provide a description for this attribute.

public JsonObject? Source { get; init; }

Property Value

JsonObject

Methods

Equals(ImportAttributes?)

public virtual bool Equals(ImportAttributes? other)

Parameters

other ImportAttributes

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

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

Parameters

left ImportAttributes
right ImportAttributes

Returns

bool

operator !=(ImportAttributes?, ImportAttributes?)

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

Parameters

left ImportAttributes
right ImportAttributes

Returns

bool