Click or drag to resize

PosProperty Class

PropertyInfo with position. It is used to sort the public properties in EDI classes.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiPosProperty

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class PosProperty

The PosProperty type exposes the following members.

Constructors
 NameDescription
Public methodPosProperty Initializes a new instance of the PosProperty class.
Top
Properties
 NameDescription
Public propertyPos The property position according to the EDI implementation guide.
Public propertyProperty The property info.
Top
See Also