Class RoleWebLocator
public sealed record RoleWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<RoleWebLocator>
- Inheritance
-
RoleWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
RoleWebLocator(WebRole, string?, bool)
public RoleWebLocator(WebRole Role, string? Name = null, bool Exact = true)
Parameters
Properties
Exact
public bool Exact { get; init; }
Property Value
Name
public string? Name { get; init; }
Property Value
Role
public WebRole Role { get; init; }
Property Value
Methods
Describe()
public override string Describe()