This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

ITaxonomyContentService Pennington.Taxonomy

Marker interface for every closed-generic TaxonomyContentService. Lets a taxonomy service identify other taxonomies in the registered IContentService set without reflecting on the open generic — used to break the otherwise-circular dependency when two taxonomies sit on the same content tree.

No members documented.

Pennington.Taxonomy.ITaxonomyContentService

namespace Pennington.Taxonomy;

/// Marker interface for every closed-generic TaxonomyContentService. Lets a taxonomy service identify other taxonomies in the registered IContentService set without reflecting on the open generic — used to break the otherwise-circular dependency when two taxonomies sit on the same content tree.
public interface ITaxonomyContentService
{
}