Class Organization
- Namespace
- Crews.PlanningCenter.Api.People.V2023_03_21
- 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
originalOrganization
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
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
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
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
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
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Grades
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("grades")]
public JsonArray? Grades { get; init; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
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
Methods
Equals(Organization?)
public virtual bool Equals(Organization? other)
Parameters
otherOrganization
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 ==(Organization?, Organization?)
public static bool operator ==(Organization? left, Organization? right)
Parameters
leftOrganizationrightOrganization
Returns
operator !=(Organization?, Organization?)
public static bool operator !=(Organization? left, Organization? right)
Parameters
leftOrganizationrightOrganization