Table of Contents

Class Tab

Namespace
Crews.PlanningCenter.Api.People.V2020_07_22
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

original Tab

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

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

string

Methods

Equals(Tab?)

public virtual bool Equals(Tab? other)

Parameters

other Tab

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

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

Parameters

left Tab
right Tab

Returns

bool

operator !=(Tab?, Tab?)

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

Parameters

left Tab
right Tab

Returns

bool