Table of Contents

Class ListShare

Namespace
Crews.PlanningCenter.Api.People.V2025_07_17
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the ListShare resource.

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

Constructors

ListShare()

public ListShare()

ListShare(ListShare)

protected ListShare(ListShare original)

Parameters

original ListShare

Properties

CreatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Group

Possible values: No Access, Viewer, Editor, or Manager

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

Property Value

string

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

Permission

Possible values: view or manage

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

Property Value

string

Methods

Equals(ListShare?)

public virtual bool Equals(ListShare? other)

Parameters

other ListShare

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

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

Parameters

left ListShare
right ListShare

Returns

bool

operator !=(ListShare?, ListShare?)

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

Parameters

left ListShare
right ListShare

Returns

bool