Class EdiReportingPoint
Reporting point, usually used in a EdiTextInstruction
Inheritance
System.Object
EdiReportingPoint
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiReportingPoint : object
Properties
GeoPosition
GeoPosition of the Reporting Point
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| EdiGeoPosition |
Name
Name of the Reporting Point
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |