Show / Hide Table of Contents

Class EdiFreeText

Free Text with a optional category

Inheritance
System.Object
EdiFreeText
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiFreeText : object

Properties

Content

The Content contains the actual message

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String

Language

Language that the Content is written in, receiver needs to know the expression

Declaration
public string Language { get; set; }
Property Value
Type Description
System.String

QualifierCode

Category that the Content belongs to e.g. dangerous goods, special instructions, delivery condition

Declaration
public string QualifierCode { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX