Class CapabilityRequest
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record CapabilityRequest : IEquatable<CapabilityRequest>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CapabilityRequest(string, string?)
Section titled “ CapabilityRequest(string, string?)”public CapabilityRequest(string Id, string? Reason)Parameters
Section titled “Parameters”Id string
Reason string?
Properties
Section titled “Properties”public string Id { get; init; }Property Value
Section titled “Property Value”Reason
Section titled “ Reason”public string? Reason { get; init; }