-
Notifications
You must be signed in to change notification settings - Fork 2
FileInfo
Greg Kolinski edited this page Nov 27, 2017
·
4 revisions
public partial class FileInfo {
public long ParcelID {get;set;}
public string FileName {get;set;}
public DateTime FileDate {get;set;}
public int Bytes {get;set;}
public EDIStandard Standard {get;set;}
public byte[] Content {get;set;}
}
- ParcelID - Long: The value assigned to track a specific Parcel on ECGrid.
- FileName - String: The file name assigned to a Parcel. It will be stored on disk with this name.
- FileDate - Datetime: The date/time stamp of the file (UTC).
- Bytes - Integer: The number of bytes in the Parcel.
- Standard - Enum EDIStandard: A numeric value representing the entry's EDI Standard.
- Content - Byte Array: A byte array representing the data in the Parcel.
Getting Started
- Getting Started - Basics
- Getting Started - Extended Capabilities
- HTTP Connections
- Visual Studio SOAP Connections
- About ECGridOS and Loren Data Corp.
- Documentation & Nomenclature
- Using Web Services
- Networks & Mailboxes
- Users & Authorization Levels
- API Keys & Sessions
- Trading Partners & ECGridIDs
- Interconnects & Trading Partnerships
- Parcels, Interchanges & Mailbags
- Carbon Copies
ECGridOS API Calls
- API Calls - Full Definitions Available
- Asynchronous API Calls - Events
- Asynchronous API Calls - Task\Async\Await