Class Tab
- Namespace
- Crews.PlanningCenter.Api.People.V2023_02_15
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Tab resource.
public record Tab : IEquatable<Tab>
- Inheritance
-
Tab
- Implements
- Inherited Members
Constructors
Tab()
public Tab()
Tab(Tab)
protected Tab(Tab original)
Parameters
originalTab
Properties
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
Sequence
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sequence")]
public int? Sequence { get; init; }
Property Value
- int?
Slug
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("slug")]
public string? Slug { get; init; }
Property Value
Methods
Equals(Tab?)
public virtual bool Equals(Tab? other)
Parameters
otherTab
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 ==(Tab?, Tab?)
public static bool operator ==(Tab? left, Tab? right)
Parameters
Returns
operator !=(Tab?, Tab?)
public static bool operator !=(Tab? left, Tab? right)