Class LocationLabelResource
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2019_07_17
- Assembly
- Crews.PlanningCenter.Api.dll
Says how many of a given label to print for this location and
whether to print it for regulars, guests, and/or volunteers.
public record LocationLabelResource : JsonApiResource<LocationLabel>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<LocationLabel>>, IEquatable<LocationLabelResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<LocationLabel>LocationLabelResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<LocationLabel>.Equals(JsonApiResource)JsonApiResource<LocationLabel>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
LocationLabelResource()
public LocationLabelResource()
LocationLabelResource(LocationLabelResource)
protected LocationLabelResource(LocationLabelResource original)
Parameters
originalLocationLabelResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(LocationLabelResource?)
public virtual bool Equals(LocationLabelResource? other)
Parameters
otherLocationLabelResource
Returns
Equals(JsonApiResource<LocationLabel>?)
public override sealed bool Equals(JsonApiResource<LocationLabel>? other)
Parameters
otherJsonApiResource<LocationLabel>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(LocationLabelResource?, LocationLabelResource?)
public static bool operator ==(LocationLabelResource? left, LocationLabelResource? right)
Parameters
leftLocationLabelResourcerightLocationLabelResource
Returns
operator !=(LocationLabelResource?, LocationLabelResource?)
public static bool operator !=(LocationLabelResource? left, LocationLabelResource? right)
Parameters
leftLocationLabelResourcerightLocationLabelResource