Show / Hide Table of Contents

Class StatusImage

A status image is a kind of document to document a process

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
EdiDocument
StatusImage
Inherited Members
EdiDocument.DocumentCreationDateTime
EdiDocument.ShippingDate
EdiDocument.References
EdiDocument.Archive
EdiDocument.Remarks
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.Metadata
Namespace: Conizi.Model.Documents
Assembly: Conizi.Model.dll
Syntax
public class StatusImage : EdiDocument, IModel

Properties

Images

A list of status images

Declaration
public List<EdiStatusImage> Images { get; set; }
Property Value
Type Description
List<EdiStatusImage>
Back to top Generated by DocFX