Class ListCategory
- Namespace
- Crews.PlanningCenter.Api.People.V2022_07_14
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the ListCategory resource.
public record ListCategory : IEquatable<ListCategory>
- Inheritance
-
ListCategory
- Implements
- Inherited Members
Constructors
ListCategory()
public ListCategory()
ListCategory(ListCategory)
protected ListCategory(ListCategory original)
Parameters
originalListCategory
Properties
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
EqualityContract
protected virtual Type EqualityContract { get; }
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
OrganizationId
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_id")]
public string? OrganizationId { get; init; }
Property Value
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
Methods
Equals(ListCategory?)
public virtual bool Equals(ListCategory? other)
Parameters
otherListCategory
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 ==(ListCategory?, ListCategory?)
public static bool operator ==(ListCategory? left, ListCategory? right)
Parameters
leftListCategoryrightListCategory
Returns
operator !=(ListCategory?, ListCategory?)
public static bool operator !=(ListCategory? left, ListCategory? right)
Parameters
leftListCategoryrightListCategory