ParcelIDInfoCollection - LorenData/ECGrid-API GitHub Wiki
public partial class ParcelIDInfoCollection {
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 ParcelIDInfo[] ParcelIDInfoList {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.
- ParcelIDInfoList - Array Object ParcelIDInfo: A ParcelIDInfo object array.