OutputItemExtensions Class

Definition

Extension methods for OutputItem that provide efficient access to the Id property without reflection.

public static class OutputItemExtensions
type OutputItemExtensions = class
Public Module OutputItemExtensions
Inheritance
OutputItemExtensions

Methods

Name Description
GetId(OutputItem)

Gets the Id property from an OutputItem. Uses direct type checks for known subclasses; falls back to JSON serialization for unrecognized types.

Applies to