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