Table of Contents

Class BackgroundCheckRelationships

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

Relationships for the BackgroundCheck resource.

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

Constructors

BackgroundCheckRelationships()

public BackgroundCheckRelationships()

BackgroundCheckRelationships(BackgroundCheckRelationships)

protected BackgroundCheckRelationships(BackgroundCheckRelationships original)

Parameters

original BackgroundCheckRelationships

Properties

CreatedBy

Related CreatedBy resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_by")]
public JsonApiRelationship<PersonResource>? CreatedBy { get; init; }

Property Value

JsonApiRelationship<PersonResource>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Person

Related Person resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }

Property Value

JsonApiRelationship<PersonResource>

Methods

Equals(BackgroundCheckRelationships?)

public virtual bool Equals(BackgroundCheckRelationships? other)

Parameters

other BackgroundCheckRelationships

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

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

Parameters

left BackgroundCheckRelationships
right BackgroundCheckRelationships

Returns

bool

operator !=(BackgroundCheckRelationships?, BackgroundCheckRelationships?)

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

Parameters

left BackgroundCheckRelationships
right BackgroundCheckRelationships

Returns

bool