mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
1. Beta-Version mit Korrekturanmerkungen
This commit is contained in:
11
HaWeb/XMLTests/ICollectionRule.cs
Normal file
11
HaWeb/XMLTests/ICollectionRule.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace HaWeb.XMLTests;
|
||||
using HaWeb.Models;
|
||||
using System.Xml.Linq;
|
||||
|
||||
public interface ICollectionRule {
|
||||
public string Name { get; }
|
||||
public string[] Bases { get; }
|
||||
public string[] Backlinks { get; }
|
||||
public IEnumerable<(string, XElement, XMLRootDocument)> GenerateIdentificationStrings(IEnumerable<(XElement, XMLRootDocument)> List);
|
||||
public IEnumerable<(string, XElement, XMLRootDocument, bool)> GenerateBacklinkString(IEnumerable<(XElement, XMLRootDocument)> List);
|
||||
}
|
||||
Reference in New Issue
Block a user