ReplDocContext
Context metadata.
- Kind:
Class - Namespace: Repl.Documentation
- Assembly:
Repl.Core - Source: src/Repl.Core/Documentation/ReplDocContext.cs
Signature
Section titled “Signature”public sealed record ReplDocContext : IEquatable<ReplDocContext>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplDocContext>
Constructors
Section titled “Constructors”ReplDocContext(string, string?, bool, bool, string?)
Section titled “ReplDocContext(string, string?, bool, bool, string?)”Context metadata.
public ReplDocContext(string Path, string? Description, bool IsDynamic, bool IsHidden, string? Details = null)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Description
Section titled “Description”public string? Description { get; init; }Returns
Section titled “Returns”Details
Section titled “Details”public string? Details { get; init; }Returns
Section titled “Returns”IsDynamic
Section titled “IsDynamic”public bool IsDynamic { get; init; }Returns
Section titled “Returns”IsHidden
Section titled “IsHidden”public bool IsHidden { get; init; }Returns
Section titled “Returns”public string Path { get; init; }