Class TagGroup
- Namespace
- Crews.PlanningCenter.Api.Groups.V2023_07_10
- 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
originalTagGroup
Properties
DisplayPublicly
Whether or not this tag group is visible to the public on Church Center
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("display_publicly")]
public bool? DisplayPublicly { get; init; }
Property Value
- bool?
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
MultipleOptionsEnabled
Whether or not a group can belong to many tags within this tag group
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("multiple_options_enabled")]
public bool? MultipleOptionsEnabled { get; init; }
Property Value
- bool?
Name
The name of the tag group
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
Position
The position of the tag group in relation to other tag groups
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("position")]
public int? Position { get; init; }
Property Value
- int?
Methods
Equals(TagGroup?)
public virtual bool Equals(TagGroup? other)
Parameters
otherTagGroup
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(TagGroup?, TagGroup?)
public static bool operator ==(TagGroup? left, TagGroup? right)
Parameters
Returns
operator !=(TagGroup?, TagGroup?)
public static bool operator !=(TagGroup? left, TagGroup? right)