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