Table of Contents

Class AttachmentActivity

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the AttachmentActivity resource.

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

Constructors

AttachmentActivity()

public AttachmentActivity()

AttachmentActivity(AttachmentActivity)

protected AttachmentActivity(AttachmentActivity original)

Parameters

original AttachmentActivity

Properties

ActivityType

Planning Center does not provide a description for this attribute.

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

Property Value

string

AttachmentUrl

Planning Center does not provide a description for this attribute.

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

Property Value

string

Date

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("date")]
public DateOnly? Date { get; init; }

Property Value

DateOnly?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Methods

Equals(AttachmentActivity?)

public virtual bool Equals(AttachmentActivity? other)

Parameters

other AttachmentActivity

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

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

Parameters

left AttachmentActivity
right AttachmentActivity

Returns

bool

operator !=(AttachmentActivity?, AttachmentActivity?)

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

Parameters

left AttachmentActivity
right AttachmentActivity

Returns

bool