Table of Contents

Class BlockoutScheduleConflictRelationships

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

Relationships for the BlockoutScheduleConflict resource.

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

Constructors

BlockoutScheduleConflictRelationships()

public BlockoutScheduleConflictRelationships()

BlockoutScheduleConflictRelationships(BlockoutScheduleConflictRelationships)

protected BlockoutScheduleConflictRelationships(BlockoutScheduleConflictRelationships original)

Parameters

original BlockoutScheduleConflictRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Organization

Related Organization resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization")]
public JsonApiRelationship<OrganizationResource>? Organization { get; init; }

Property Value

JsonApiRelationship<OrganizationResource>

Person

Related Person resource.

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

Property Value

JsonApiRelationship<PersonResource>

Plan

Related Plan resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan")]
public JsonApiRelationship<PlanResource>? Plan { get; init; }

Property Value

JsonApiRelationship<PlanResource>

PlanPerson

Related PlanPerson resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_person")]
public JsonApiRelationship<PlanPersonResource>? PlanPerson { get; init; }

Property Value

JsonApiRelationship<PlanPersonResource>

ServiceType

Related ServiceType resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type")]
public JsonApiRelationship<ServiceTypeResource>? ServiceType { get; init; }

Property Value

JsonApiRelationship<ServiceTypeResource>

Methods

Equals(BlockoutScheduleConflictRelationships?)

public virtual bool Equals(BlockoutScheduleConflictRelationships? other)

Parameters

other BlockoutScheduleConflictRelationships

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

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

Parameters

left BlockoutScheduleConflictRelationships
right BlockoutScheduleConflictRelationships

Returns

bool

operator !=(BlockoutScheduleConflictRelationships?, BlockoutScheduleConflictRelationships?)

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

Parameters

left BlockoutScheduleConflictRelationships
right BlockoutScheduleConflictRelationships

Returns

bool