Class EdiStandardText
Standard Text contains predefined Text snippets that can be filled with parameters
Inheritance
System.Object
EdiStandardText
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStandardText : object
Properties
ContentCode
Code for a specific text snippet
Declaration
public string ContentCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilledText
Optional: The snippet with the filled in parameters if parameters can not be separated
Declaration
public string FilledText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Parameters which replace the placeholders in the called snippet
Declaration
public List<string> Parameters { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |