Table of Contents

Class BlockoutExceptionRelationships

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

Relationships for the BlockoutException resource.

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

Constructors

BlockoutExceptionRelationships()

public BlockoutExceptionRelationships()

BlockoutExceptionRelationships(BlockoutExceptionRelationships)

protected BlockoutExceptionRelationships(BlockoutExceptionRelationships original)

Parameters

original BlockoutExceptionRelationships

Properties

Blockout

Related Blockout resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("blockout")]
public JsonApiRelationship<BlockoutResource>? Blockout { get; init; }

Property Value

JsonApiRelationship<BlockoutResource>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Methods

Equals(BlockoutExceptionRelationships?)

public virtual bool Equals(BlockoutExceptionRelationships? other)

Parameters

other BlockoutExceptionRelationships

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

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

Parameters

left BlockoutExceptionRelationships
right BlockoutExceptionRelationships

Returns

bool

operator !=(BlockoutExceptionRelationships?, BlockoutExceptionRelationships?)

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

Parameters

left BlockoutExceptionRelationships
right BlockoutExceptionRelationships

Returns

bool