Class AttachmentActivityRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the AttachmentActivity resource.
public record AttachmentActivityRelationships : IEquatable<AttachmentActivityRelationships>
- Inheritance
-
AttachmentActivityRelationships
- Implements
- Inherited Members
Constructors
AttachmentActivityRelationships()
public AttachmentActivityRelationships()
AttachmentActivityRelationships(AttachmentActivityRelationships)
protected AttachmentActivityRelationships(AttachmentActivityRelationships original)
Parameters
originalAttachmentActivityRelationships
Properties
Attachment
Related Attachment resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("attachment")]
public JsonApiRelationship<AttachmentResource>? Attachment { get; init; }
Property Value
- JsonApiRelationship<AttachmentResource>
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Methods
Equals(AttachmentActivityRelationships?)
public virtual bool Equals(AttachmentActivityRelationships? other)
Parameters
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 ==(AttachmentActivityRelationships?, AttachmentActivityRelationships?)
public static bool operator ==(AttachmentActivityRelationships? left, AttachmentActivityRelationships? right)
Parameters
Returns
operator !=(AttachmentActivityRelationships?, AttachmentActivityRelationships?)
public static bool operator !=(AttachmentActivityRelationships? left, AttachmentActivityRelationships? right)