Table of Contents

Class TagGroup

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

Attributes for the TagGroup resource.

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

Constructors

TagGroup()

public TagGroup()

TagGroup(TagGroup)

protected TagGroup(TagGroup original)

Parameters

original TagGroup

Properties

AllowMultipleSelections

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("allow_multiple_selections")]
public bool? AllowMultipleSelections { get; init; }

Property Value

bool?

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

Required

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("required")]
public bool? Required { get; init; }

Property Value

bool?

ServiceTypeFolderName

Planning Center does not provide a description for this attribute.

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

Property Value

string

TagsFor

Scopes a tag group to person, song, arrangement, media

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

Property Value

string

Methods

Equals(TagGroup?)

public virtual bool Equals(TagGroup? other)

Parameters

other TagGroup

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

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

Parameters

left TagGroup
right TagGroup

Returns

bool

operator !=(TagGroup?, TagGroup?)

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

Parameters

left TagGroup
right TagGroup

Returns

bool