UrlDisplayPropertiesSnapshot
Record sealed net10.0
A snapshot of the display properties for a url.
namespace Aspire.Hosting.ApplicationModel;
public sealed record UrlDisplayPropertiesSnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.UrlDisplayPropertiesSnapshot>{ // ...} IEquatable<UrlDisplayPropertiesSnapshot>
11 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesDisplayNameget; initstringThe display name of the url.
SortOrderget; initintThe order of the url in UI. Higher numbers are displayed first in the UI.
Methods8
Section titled Methods<Clone>$Deconstruct(string, int)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(UrlDisplayPropertiesSnapshot?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(UrlDisplayPropertiesSnapshot?, UrlDisplayPropertiesSnapshot?)staticboolop_Inequality(UrlDisplayPropertiesSnapshot?, UrlDisplayPropertiesSnapshot?)staticboolToStringstringReturns a string that represents the current object.