Class SkippedAttachment
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the SkippedAttachment resource.
public record SkippedAttachment : IEquatable<SkippedAttachment>
- Inheritance
-
SkippedAttachment
- Implements
- Inherited Members
Constructors
SkippedAttachment()
public SkippedAttachment()
SkippedAttachment(SkippedAttachment)
protected SkippedAttachment(SkippedAttachment original)
Parameters
originalSkippedAttachment
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Skipped
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("skipped")]
public bool? Skipped { get; init; }
Property Value
- bool?
Methods
Equals(SkippedAttachment?)
public virtual bool Equals(SkippedAttachment? other)
Parameters
otherSkippedAttachment
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 ==(SkippedAttachment?, SkippedAttachment?)
public static bool operator ==(SkippedAttachment? left, SkippedAttachment? right)
Parameters
leftSkippedAttachmentrightSkippedAttachment
Returns
operator !=(SkippedAttachment?, SkippedAttachment?)
public static bool operator !=(SkippedAttachment? left, SkippedAttachment? right)
Parameters
leftSkippedAttachmentrightSkippedAttachment