Class InactiveReason
- Namespace
- Crews.PlanningCenter.Api.People.V2025_03_20
- 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
originalInactiveReason
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Value
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("value")]
public string? Value { get; init; }
Property Value
Methods
Equals(InactiveReason?)
public virtual bool Equals(InactiveReason? other)
Parameters
otherInactiveReason
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(InactiveReason?, InactiveReason?)
public static bool operator ==(InactiveReason? left, InactiveReason? right)
Parameters
leftInactiveReasonrightInactiveReason
Returns
operator !=(InactiveReason?, InactiveReason?)
public static bool operator !=(InactiveReason? left, InactiveReason? right)
Parameters
leftInactiveReasonrightInactiveReason