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