-
Notifications
You must be signed in to change notification settings - Fork 2
ECGridIDInfoCollection
Greg Kolinski edited this page Nov 27, 2017
·
4 revisions
public partial class ECGridIDInfoCollection {
public short PageSize {get;set;}
public short PageNumber {get;set;}
public short Count {get;set;}
public int TotalRecords {get;set;}
public short TotalPages {get;set;}
public ECGridIDInfo[] ECGridIDInfoList {get;set;}
}
- PageSize - Short: The size of the page.
- PageNumber - Short: The page number.
- Count - Short: The number of records or entities.
- TotalRecords - Integer: The the total number of records or entities.
- TotalPages - Short: The the total number of pages.
- ECGridIDInfoList - Array ECGridIDInfo: An Array of ECGridIDInfo entities.
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