TestimoX

API Reference

Class

ServerFeatureEntry

Namespace ComputerX.Features
Assembly ComputerX
Modifiers sealed

Flattened representation of a server feature with its hierarchical path.

Inheritance

  • Object
  • ServerFeatureEntry

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

Properties

public Int32 Id { get; set; } #

Gets or sets the feature ID.

public Nullable<Int32> ParentId { get; set; } #

Gets or sets the parent feature ID, when applicable.

public String Name { get; set; } #

Gets or sets the display name of the feature.

public String Path { get; set; } #

Gets or sets the hierarchical path constructed from ancestors, e.g. Server Roles/Web Server (IIS)/Common HTTP Features.