InterchangeIDCollection - LorenData/ECGrid-API GitHub Wiki
public partial class InterchangeIDInfoCollection {
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 InterchangeIDInfo[] InterchangeIDInfoList {get;set;}
}
Public Properties
- 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.
- InterchangeIDInfoList - Array InterchangeIDInfo: An Array of InterchangeIDInfo entities.