Table of Contents

Class ListCategoryResource

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

A List Category

public record ListCategoryResource : JsonApiResource<ListCategory, ListCategoryRelationships>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<ListCategory>>, IEquatable<JsonApiResource<ListCategory, ListCategoryRelationships>>, IEquatable<ListCategoryResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<ListCategory>
ListCategoryResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<ListCategory>>
Inherited Members
JsonApiResource<ListCategory, ListCategoryRelationships>.ToString()
JsonApiResource<ListCategory, ListCategoryRelationships>.GetHashCode()
JsonApiResource<ListCategory, ListCategoryRelationships>.Equals(JsonApiResource<ListCategory>)
JsonApiResource<ListCategory, ListCategoryRelationships>.Equals(JsonApiResource<ListCategory, ListCategoryRelationships>)
JsonApiResource<ListCategory, ListCategoryRelationships>.<Clone>$()
JsonApiResource<ListCategory, ListCategoryRelationships>.EqualityContract
JsonApiResource<ListCategory, ListCategoryRelationships>.Relationships
JsonApiResource<ListCategory>.Equals(JsonApiResource)
JsonApiResource<ListCategory>.Equals(JsonApiResource<ListCategory>)
JsonApiResource<ListCategory>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

ListCategoryResource()

public ListCategoryResource()

ListCategoryResource(ListCategoryResource)

protected ListCategoryResource(ListCategoryResource original)

Parameters

original ListCategoryResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(ListCategoryResource?)

public virtual bool Equals(ListCategoryResource? other)

Parameters

other ListCategoryResource

Returns

bool

Equals(JsonApiResource<ListCategory, ListCategoryRelationships>?)

public override sealed bool Equals(JsonApiResource<ListCategory, ListCategoryRelationships>? other)

Parameters

other JsonApiResource<ListCategory, ListCategoryRelationships>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ListCategoryResource?, ListCategoryResource?)

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

Parameters

left ListCategoryResource
right ListCategoryResource

Returns

bool

operator !=(ListCategoryResource?, ListCategoryResource?)

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

Parameters

left ListCategoryResource
right ListCategoryResource

Returns

bool