Class TagResource
- Namespace
- Crews.PlanningCenter.Api.Calendar.V2018_08_01
- 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, TagRelationships>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<Tag>>, IEquatable<JsonApiResource<Tag, TagRelationships>>, IEquatable<TagResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<Tag>TagResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<Tag, TagRelationships>.ToString()JsonApiResource<Tag, TagRelationships>.GetHashCode()JsonApiResource<Tag, TagRelationships>.Equals(JsonApiResource<Tag>)JsonApiResource<Tag, TagRelationships>.Equals(JsonApiResource<Tag, TagRelationships>)JsonApiResource<Tag, TagRelationships>.<Clone>$()JsonApiResource<Tag, TagRelationships>.EqualityContractJsonApiResource<Tag, TagRelationships>.RelationshipsJsonApiResource<Tag>.Equals(JsonApiResource)JsonApiResource<Tag>.Equals(JsonApiResource<Tag>)JsonApiResource<Tag>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
TagResource()
public TagResource()
TagResource(TagResource)
protected TagResource(TagResource original)
Parameters
originalTagResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(TagResource?)
public virtual bool Equals(TagResource? other)
Parameters
otherTagResource
Returns
Equals(JsonApiResource<Tag, TagRelationships>?)
public override sealed bool Equals(JsonApiResource<Tag, TagRelationships>? other)
Parameters
otherJsonApiResource<Tag, TagRelationships>
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 ==(TagResource?, TagResource?)
public static bool operator ==(TagResource? left, TagResource? right)
Parameters
leftTagResourcerightTagResource
Returns
operator !=(TagResource?, TagResource?)
public static bool operator !=(TagResource? left, TagResource? right)
Parameters
leftTagResourcerightTagResource