Class RoleWebLocator

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll
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

Role WebRole
Name string
Exact bool

Properties

Exact

public bool Exact { get; init; }

Property Value

bool

Name

public string? Name { get; init; }

Property Value

string

Role

public WebRole Role { get; init; }

Property Value

WebRole

Methods

Describe()

public override string Describe()

Returns

string