Table of Contents

Class Tag

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the Tag resource.

public record Tag : IEquatable<Tag>
Inheritance
Tag
Implements
Inherited Members

Constructors

Tag()

public Tag()

Tag(Tag)

protected Tag(Tag original)

Parameters

original Tag

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Name

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string

Methods

Equals(Tag?)

public virtual bool Equals(Tag? other)

Parameters

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

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(Tag?, Tag?)

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

Parameters

left Tag
right Tag

Returns

bool

operator !=(Tag?, Tag?)

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

Parameters

left Tag
right Tag

Returns

bool