Class ListCategoryResource
- Namespace
- Crews.PlanningCenter.Api.People.V2023_02_15
- 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
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<ListCategory>ListCategoryResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- 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>.EqualityContractJsonApiResource<ListCategory, ListCategoryRelationships>.RelationshipsJsonApiResource<ListCategory>.Equals(JsonApiResource)JsonApiResource<ListCategory>.Equals(JsonApiResource<ListCategory>)JsonApiResource<ListCategory>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
ListCategoryResource()
public ListCategoryResource()
ListCategoryResource(ListCategoryResource)
protected ListCategoryResource(ListCategoryResource original)
Parameters
originalListCategoryResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(ListCategoryResource?)
public virtual bool Equals(ListCategoryResource? other)
Parameters
otherListCategoryResource
Returns
Equals(JsonApiResource<ListCategory, ListCategoryRelationships>?)
public override sealed bool Equals(JsonApiResource<ListCategory, ListCategoryRelationships>? other)
Parameters
otherJsonApiResource<ListCategory, ListCategoryRelationships>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(ListCategoryResource?, ListCategoryResource?)
public static bool operator ==(ListCategoryResource? left, ListCategoryResource? right)
Parameters
leftListCategoryResourcerightListCategoryResource
Returns
operator !=(ListCategoryResource?, ListCategoryResource?)
public static bool operator !=(ListCategoryResource? left, ListCategoryResource? right)
Parameters
leftListCategoryResourcerightListCategoryResource