)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Skip Navigation LinksHome » Code Library » ServiceCustomerAddressAccessOntNameStatisticalOntName

Public general use code classes and xml files that we've compiled and used over the years:

ServiceRequest ServiceRequestService Access Statistic support class for Next Generation Network (NGN) ui model.

   1:  namespace Ia.Ngn.Cl.Model.Ui
   2:  {
   3:      ////////////////////////////////////////////////////////////////////////////
   4:   
   5:      /// <summary publish="true">
   6:      /// ServiceRequest ServiceRequestService Access Statistic support class for Next Generation Network (NGN) ui model.
   7:      /// </summary>
   8:      /// 
   9:      /// <remarks> 
  10:      /// Copyright © 2006-2017 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
  11:      ///
  12:      /// This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
  13:      /// the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  14:      ///
  15:      /// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  16:      /// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  17:      /// 
  18:      /// You should have received a copy of the GNU General Public License along with this library. If not, see http://www.gnu.org/licenses.
  19:      /// 
  20:      /// Copyright notice: This notice may not be removed or altered from any source distribution.
  21:      /// </remarks> 
  22:      public partial class ServiceCustomerAddressAccessOntNameStatisticalOntName
  23:      {
  24:          /// <summary/>
  25:          public ServiceCustomerAddressAccessOntNameStatisticalOntName() { }
  26:          /// <summary/>
  27:          public string Service { get; set; }
  28:          /// <summary/>
  29:          public string CustomerAddress { get; set; }
  30:          /// <summary/>
  31:          public string KuwaitNgnAreaNameArabicName { get; set; }
  32:          /// <summary/>
  33:          public string Block { get; set; }
  34:          /// <summary/>
  35:          public string Street { get; set; }
  36:          /// <summary/>
  37:          public string PremisesOld { get; set; }
  38:          /// <summary/>
  39:          public string PremisesNew { get; set; }
  40:          /// <summary/>
  41:          public string AccessId { get; set; }
  42:          /// <summary/>
  43:          public string AccessName { get; set; }
  44:          /// <summary/>
  45:          public Ia.Ngn.Cl.Model.Access Access { get; set; }
  46:          /// <summary/>
  47:          public string OntAddress { get; set; }
  48:          /// <summary/>
  49:          public string StatisticalAccessName { get; set; }
  50:          /// <summary/>
  51:          public string StatisticalAddress { get; set; }
  52:          /// <summary/>
  53:          public string Note { get; set; }
  54:   
  55:          ////////////////////////////////////////////////////////////////////////////
  56:          ////////////////////////////////////////////////////////////////////////////
  57:      }
  58:   
  59:      ////////////////////////////////////////////////////////////////////////////
  60:      ////////////////////////////////////////////////////////////////////////////
  61:  }