Table of Contents

Class TagResource

Namespace
Crews.PlanningCenter.Api.Calendar.V2021_07_20
Assembly
Crews.PlanningCenter.Api.dll

An organizational tag that can be applied to events.

Applied tags can be used to filter events on the calendar or
filter events for reports, iCal feeds, kiosk, and the widget.

public record TagResource : JsonApiResource<Tag>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<Tag>>, IEquatable<TagResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<Tag>
TagResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<Tag>>
Inherited Members
JsonApiResource<Tag>.Equals(JsonApiResource)
JsonApiResource<Tag>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

TagResource()

public TagResource()

TagResource(TagResource)

protected TagResource(TagResource original)

Parameters

original TagResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(TagResource?)

public virtual bool Equals(TagResource? other)

Parameters

other TagResource

Returns

bool

Equals(JsonApiResource<Tag>?)

public override sealed bool Equals(JsonApiResource<Tag>? other)

Parameters

other JsonApiResource<Tag>

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 ==(TagResource?, TagResource?)

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

Parameters

left TagResource
right TagResource

Returns

bool

operator !=(TagResource?, TagResource?)

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

Parameters

left TagResource
right TagResource

Returns

bool