Table of Contents

Class InactiveReason

Namespace
Crews.PlanningCenter.Api.People.V2021_08_17
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the InactiveReason resource.

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

Constructors

InactiveReason()

public InactiveReason()

InactiveReason(InactiveReason)

protected InactiveReason(InactiveReason original)

Parameters

original InactiveReason

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Value

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(InactiveReason?)

public virtual bool Equals(InactiveReason? other)

Parameters

other InactiveReason

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

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

Parameters

left InactiveReason
right InactiveReason

Returns

bool

operator !=(InactiveReason?, InactiveReason?)

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

Parameters

left InactiveReason
right InactiveReason

Returns

bool