Class EdiStatusImage
All kind of status images, used for documentation
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiStatusImage
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStatusImage : EdiPatternPropertiesBase
Properties
GeoPosition
The geo position, image was taken
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |
ImageContent
The document as a file (image, pdf, reference)
Declaration
public EdiFileContent ImageContent { get; set; }
Property Value
Type | Description |
---|---|
EdiFileContent |
ImageCreator
The creator of the image ((photographer)
Declaration
public string ImageCreator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageDateTime
The date and time this status image was created
Declaration
public DateTime ImageDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ImageType
The image type
Declaration
public EdiImageType ImageType { get; set; }
Property Value
Type | Description |
---|---|
EdiImageType |
Remarks
Additional remarks (free form)
Declaration
public string Remarks { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Signatures
Signatures of the recipients
Declaration
public List<EdiSignature> Signatures { get; set; }
Property Value
Type | Description |
---|---|
List<EdiSignature> |