ECGridIDInfoCollection - LorenData/ECGrid-API GitHub Wiki
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;}
}
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.
- ECGridIDInfoList - Array ECGridIDInfo: An Array of ECGridIDInfo entities.