Table of Contents

Class Blockout

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

Attributes for the Blockout resource.

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

Constructors

Blockout()

public Blockout()

Blockout(Blockout)

protected Blockout(Blockout original)

Parameters

original Blockout

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?

Description

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("description")]
public string? Description { get; init; }

Property Value

string

EndsAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ends_at")]
public DateTime? EndsAt { get; init; }

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

GroupIdentifier

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("group_identifier")]
public string? GroupIdentifier { get; init; }

Property Value

string

OrganizationName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_name")]
public string? OrganizationName { get; init; }

Property Value

string

Reason

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("reason")]
public string? Reason { get; init; }

Property Value

string

RepeatFrequency

Possible values:

- no_repeat

- every_1

- every_2

- every_3

- every_4

- every_5

- every_6

- every_7

- every_8

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_frequency")]
public string? RepeatFrequency { get; init; }

Property Value

string

RepeatInterval

Possible values:

- exact_day_of_month

- week_of_month_1

- week_of_month_2

- week_of_month_3

- week_of_month_4

- week_of_month_last

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_interval")]
public string? RepeatInterval { get; init; }

Property Value

string

RepeatPeriod

Possible values:

- daily

- weekly

- monthly

- yearly

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_period")]
public string? RepeatPeriod { get; init; }

Property Value

string

RepeatUntil

Planning Center does not provide a description for this attribute.

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

Property Value

DateOnly?

Settings

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("settings")]
public string? Settings { get; init; }

Property Value

string

Share

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("share")]
public bool? Share { get; init; }

Property Value

bool?

StartsAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("starts_at")]
public DateTime? StartsAt { get; init; }

Property Value

DateTime?

TimeZone

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("time_zone")]
public string? TimeZone { get; init; }

Property Value

string

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

public virtual bool Equals(Blockout? other)

Parameters

other Blockout

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

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

Parameters

left Blockout
right Blockout

Returns

bool

operator !=(Blockout?, Blockout?)

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

Parameters

left Blockout
right Blockout

Returns

bool