Table of Contents

Class Organization

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

Attributes for the Organization resource.

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

Constructors

Organization()

public Organization()

Organization(Organization)

protected Organization(Organization original)

Parameters

original Organization

Properties

AvatarUrl

Planning Center does not provide a description for this attribute.

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

Property Value

string

ChurchCenterSubdomain

Planning Center does not provide a description for this attribute.

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

Property Value

string

ContactWebsite

Planning Center does not provide a description for this attribute.

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

Property Value

string

CountryCode

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("country_code")]
public string? CountryCode { 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?

DateFormat

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Grades

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("grades")]
public JsonArray? Grades { get; init; }

Property Value

JsonArray

Name

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

Methods

Equals(Organization?)

public virtual bool Equals(Organization? other)

Parameters

other Organization

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

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

Parameters

left Organization
right Organization

Returns

bool

operator !=(Organization?, Organization?)

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

Parameters

left Organization
right Organization

Returns

bool