Skip to content

ECGridIDInfoCollection

Greg Kolinski edited this page Nov 27, 2017 · 4 revisions

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

Clone this wiki locally