ECGridIDInfoCollection - LorenData/ECGrid-API GitHub Wiki

Back To Object Classes


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


Back To Object Classes