TestimoX

API Reference

Class

FeatureInventoryQueryTryResult

Namespace ComputerX.Features
Assembly ComputerX
Modifiers sealed

Non-throwing feature inventory query attempt result.

Inheritance

  • Object
  • FeatureInventoryQueryTryResult

Usage

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

Constructors

public FeatureInventoryQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query execution succeeded.

public FeatureInventoryQueryResult Result { get; set; } #

Query result when Success is true.

public FeatureInventoryQueryFailure Failure { get; set; } #

Typed failure when Success is false.