)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » MenuViewModel (Ia.Ftn.Wa.Models)

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

    1: namespace Ia.Ftn.Wa.Models
    2: {
    3:     ////////////////////////////////////////////////////////////////////////////
    4:  
    5:     /// <summary publish="true">
    6:     ///
    7:     /// </summary>
    8:     /// 
    9:     /// <remarks> 
   10:     /// Copyright � 2006-2025 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   11:     /// </remarks> 
   12:     public class MenuViewModel
   13:     {
   14:         /// <summary/>
   15:         public string Type { get; set; }
   16:  
   17:         /// <summary/>
   18:         public string Width { get; set; }
   19:  
   20:         /// <summary/>
   21:         public string Height { get; set; }
   22:     }
   23:  
   24:     ////////////////////////////////////////////////////////////////////////////
   25:     ////////////////////////////////////////////////////////////////////////////
   26: }