コード例 #1
0
 public static HeaderSettingInfo GetHeaderSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         return(AspxHeaderProvider.GetHeaderSetting(aspxCommonObj));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #2
0
 public static void SetHeaderSetting(string headerType, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxHeaderProvider.SetHeaderSetting(headerType, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
コード例 #3
0
 public HeaderItemsCount GetHeaderItemsCount(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxHeaderProvider objHeader = new AspxHeaderProvider();
         return objHeader.GetHeaderItemsCount(aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
コード例 #4
0
 public static int CountWishItems(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         int wishItCount = AspxHeaderProvider.CountWishItems(aspxCommonObj);
         return(wishItCount);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
コード例 #5
0
 public HeaderItemsCount GetHeaderItemsCount(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxHeaderProvider objHeader = new AspxHeaderProvider();
         return(objHeader.GetHeaderItemsCount(aspxCommonObj));
     }
     catch (Exception e)
     {
         throw e;
     }
 }
コード例 #6
0
 public static int GetCartItemsCount(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         int cartItCount = AspxHeaderProvider.GetCartItemsCount(aspxCommonObj);
         return(cartItCount);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
コード例 #7
0
 public static string GetHeaderSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         string headerType = AspxHeaderProvider.GetHeaderSetting(aspxCommonObj);
         return(headerType);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }