Table of Contents

Class Condition

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

Attributes for the Condition resource.

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

Constructors

Condition()

public Condition()

Condition(Condition)

protected Condition(Condition original)

Parameters

original Condition

Properties

Application

Planning Center does not provide a description for this attribute.

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

Property Value

string

Comparison

Planning Center does not provide a description for this attribute.

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

Property Value

string

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?

DefinitionClass

Planning Center does not provide a description for this attribute.

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

Property Value

string

DefinitionIdentifier

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Settings

Planning Center does not provide a description for this attribute.

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

Property Value

JsonObject

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

public virtual bool Equals(Condition? other)

Parameters

other Condition

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

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

Parameters

left Condition
right Condition

Returns

bool

operator !=(Condition?, Condition?)

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

Parameters

left Condition
right Condition

Returns

bool