Table of Contents

Class SpecificationCatalog

Namespace
JD.AI.SpecSite
Assembly
JD.AI.SpecSite.dll
public sealed record SpecificationCatalog : IEquatable<SpecificationCatalog>
Inheritance
SpecificationCatalog
Implements
Inherited Members

Constructors

SpecificationCatalog(string, string, IReadOnlyList<SpecificationDocument>)

public SpecificationCatalog(string TypeName, string IndexKind, IReadOnlyList<SpecificationDocument> Documents)

Parameters

TypeName string
IndexKind string
Documents IReadOnlyList<SpecificationDocument>

Properties

Documents

public IReadOnlyList<SpecificationDocument> Documents { get; init; }

Property Value

IReadOnlyList<SpecificationDocument>

IndexKind

public string IndexKind { get; init; }

Property Value

string

TypeName

public string TypeName { get; init; }

Property Value

string