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
{
}