TestimoX

API Reference

Class

BenchmarkProfileDefinition

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Defines a selectable benchmark profile and its inheritance.

Inheritance

  • Object
  • BenchmarkProfileDefinition

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public BenchmarkProfileDefinition() #

Properties

public String Id { get; set; } #

Gets or sets the stable profile identifier.

public String DisplayName { get; set; } #

Gets or sets the user-facing profile name.

public BenchmarkProfileLevel Level { get; set; } #

Gets or sets the profile security level.

public BenchmarkTargetRole TargetRole { get; set; } #

Gets or sets the server role to which the profile applies.

public List<String> Inherits { get; set; } #

Gets or sets parent profile identifiers that are included with this profile.

public List<String> SourceIds { get; set; } #

Gets or sets the source identifiers contributing controls to this profile.