Skip to content

ReplDocumentationModel

Structured documentation payload for the command graph.

public sealed record ReplDocumentationModel : IEquatable<ReplDocumentationModel>
  • IEquatable<ReplDocumentationModel>

ReplDocumentationModel(ReplDocApp, IReadOnlyList<ReplDocContext>, IReadOnlyList<ReplDocCommand>, IReadOnlyList<ReplDocResource>)

Section titled “ReplDocumentationModel(ReplDocApp, IReadOnlyList<ReplDocContext>, IReadOnlyList<ReplDocCommand>, IReadOnlyList<ReplDocResource>)”

Structured documentation payload for the command graph.

public ReplDocumentationModel(ReplDocApp App, IReadOnlyList<ReplDocContext> Contexts, IReadOnlyList<ReplDocCommand> Commands, IReadOnlyList<ReplDocResource> Resources)
  • App (ReplDocApp)
  • Contexts (IReadOnlyList<ReplDocContext>)
  • Commands (IReadOnlyList<ReplDocCommand>)
  • Resources (IReadOnlyList<ReplDocResource>)
public ReplDocApp App { get; init; }

ReplDocApp

public IReadOnlyList<ReplDocCommand> Commands { get; init; }

IReadOnlyList<ReplDocCommand>

public IReadOnlyList<ReplDocContext> Contexts { get; init; }

IReadOnlyList<ReplDocContext>

public IReadOnlyList<ReplDocResource> Resources { get; init; }

IReadOnlyList<ReplDocResource>