Class ListCategoryRelationships
- Namespace
- Crews.PlanningCenter.Api.People.V2025_07_17
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the ListCategory resource.
public record ListCategoryRelationships : IEquatable<ListCategoryRelationships>
- Inheritance
-
ListCategoryRelationships
- Implements
- Inherited Members
Constructors
ListCategoryRelationships()
public ListCategoryRelationships()
ListCategoryRelationships(ListCategoryRelationships)
protected ListCategoryRelationships(ListCategoryRelationships original)
Parameters
originalListCategoryRelationships
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Organization
Related Organization resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization")]
public JsonApiRelationship<OrganizationResource>? Organization { get; init; }
Property Value
- JsonApiRelationship<OrganizationResource>
Methods
Equals(ListCategoryRelationships?)
public virtual bool Equals(ListCategoryRelationships? other)
Parameters
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 ==(ListCategoryRelationships?, ListCategoryRelationships?)
public static bool operator ==(ListCategoryRelationships? left, ListCategoryRelationships? right)
Parameters
Returns
operator !=(ListCategoryRelationships?, ListCategoryRelationships?)
public static bool operator !=(ListCategoryRelationships? left, ListCategoryRelationships? right)