Table of Contents

Class BlockoutException

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

Attributes for the BlockoutException resource.

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

Constructors

BlockoutException()

public BlockoutException()

BlockoutException(BlockoutException)

protected BlockoutException(BlockoutException original)

Parameters

original BlockoutException

Properties

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?

Date

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("date")]
public DateOnly? Date { get; init; }

Property Value

DateOnly?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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(BlockoutException?)

public virtual bool Equals(BlockoutException? other)

Parameters

other BlockoutException

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

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

Parameters

left BlockoutException
right BlockoutException

Returns

bool

operator !=(BlockoutException?, BlockoutException?)

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

Parameters

left BlockoutException
right BlockoutException

Returns

bool