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
originalTagGroup
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
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
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
TagsFor
Scopes a tag group to person, song, arrangement, media
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("tags_for")]
public string? TagsFor { get; init; }
Property Value
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)