Exemplo n.º 1
0
        public static void GetGridWithTimeZone(int tabId, int currentGridBlockId, string referenceIds, string clientTimeZonekey)
        {
            //old way
            //  GetGridValue(tabId, currentGridBlockId, referenceIds, true,false);

            // new Way to load GridValue
            PLMSGetGridValueHeler.GetGridValue(tabId, currentGridBlockId, referenceIds, true, false, true);;
        }
Exemplo n.º 2
0
 public static void GetGridExternalMappingValue(int tabId, int currentGridBlockId, string referenceIds)
 {
     //old way
     PLMSGetGridValueHeler.GetGridValue(tabId, currentGridBlockId, referenceIds, false, false, false);;
 }
Exemplo n.º 3
0
 public static void GetGridWithValueIDWithTimeZoneWithColumnName(int currentGridBlockId, string referenceIds, string clientTimeZonekey)
 {
     PLMSGetGridValueHeler.GetGridValue(null, currentGridBlockId, referenceIds, false, true, true);
 }
Exemplo n.º 4
0
 public static void GetGridWithValueIDWithTimeZone(int tabId, int currentGridBlockId, string referenceIds, string clientTimeZonekey)
 {
     PLMSGetGridValueHeler.GetGridValue(tabId, currentGridBlockId, referenceIds, false, false, true);
 }