1using System.Threading.Tasks;
18 get => this.descriptions;
19 set => this.descriptions = value;
Contains the definition of a contract
Task< string > ToPlainText(string Language)
Creates a human-readable Plain Trext document for the contract.
Task< string > ToMarkdown(string Language)
Creates a human-readable Markdown document for the contract.
Task< string > ToHTML(string Language)
Creates a human-readable HTML document for the contract.
Class representing human-readable text.
Abstract base class for contractual parameters
Task< string > ToPlainText(string Language, Contract Contract)
Creates a human-readable Plain Trext document for the contract.
HumanReadableText[] Descriptions
Discriptions of the object, in different languages.
Task< string > ToMarkdown(string Language, Contract Contract, MarkdownType Type)
Creates a human-readable Markdown document for the contract.
Task< string > ToHTML(string Language, Contract Contract)
Creates a human-readable HTML document for the contract.
Task< string > ToMarkdown(string Language, Contract Contract)
Creates a human-readable Markdown document for the contract.
MarkdownType
Type of Markdown to generate