Table of Contents

Class BlockoutScheduleConflict

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

Attributes for the BlockoutScheduleConflict resource.

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

Constructors

BlockoutScheduleConflict()

public BlockoutScheduleConflict()

BlockoutScheduleConflict(BlockoutScheduleConflict)

protected BlockoutScheduleConflict(BlockoutScheduleConflict original)

Parameters

original BlockoutScheduleConflict

Properties

CanAcceptPartial

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

Dates

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

PersonAvatar

Planning Center does not provide a description for this attribute.

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

Property Value

string

PersonName

Planning Center does not provide a description for this attribute.

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

Property Value

string

PositionDisplayTimes

Planning Center does not provide a description for this attribute.

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

Property Value

string

ServiceTypeName

Planning Center does not provide a description for this attribute.

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

Property Value

string

ShortDates

Planning Center does not provide a description for this attribute.

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

Property Value

string

SortDate

Planning Center does not provide a description for this attribute.

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

Property Value

DateTime?

Status

Planning Center does not provide a description for this attribute.

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

Property Value

string

TeamName

Planning Center does not provide a description for this attribute.

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

Property Value

string

TeamPositionName

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(BlockoutScheduleConflict?)

public virtual bool Equals(BlockoutScheduleConflict? other)

Parameters

other BlockoutScheduleConflict

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

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

Parameters

left BlockoutScheduleConflict
right BlockoutScheduleConflict

Returns

bool

operator !=(BlockoutScheduleConflict?, BlockoutScheduleConflict?)

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

Parameters

left BlockoutScheduleConflict
right BlockoutScheduleConflict

Returns

bool