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
originalAttachmentActivity
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
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
Date
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("date")]
public DateOnly? Date { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Methods
Equals(AttachmentActivity?)
public virtual bool Equals(AttachmentActivity? other)
Parameters
otherAttachmentActivity
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 ==(AttachmentActivity?, AttachmentActivity?)
public static bool operator ==(AttachmentActivity? left, AttachmentActivity? right)
Parameters
leftAttachmentActivityrightAttachmentActivity
Returns
operator !=(AttachmentActivity?, AttachmentActivity?)
public static bool operator !=(AttachmentActivity? left, AttachmentActivity? right)
Parameters
leftAttachmentActivityrightAttachmentActivity