コード例 #1
0
 public static Videa.InventoryGuideNS.Data.DataServices.SellableInventoryDto ToEntity(this SellableInventoryDto source)
 {
     return(new Videa.InventoryGuideNS.Data.DataServices.SellableInventoryDto
     {
     });
 }
コード例 #2
0
 public static Videa.SellableInventoryMartNS.Data.DataServices.SellableInventoryDto ToEntity(this SellableInventoryDto source)
 {
     return(new Videa.SellableInventoryMartNS.Data.DataServices.SellableInventoryDto
     {
         SellingTitleStartDate = source.SellingTitleStartDate.ToDateTime(),
         SellingTitleEndDate = source.SellingTitleEndDate.ToDateTime(),
         SellingTitleName = source.SellingTitleName,
         RateCardDaypartName = source.RateCardDaypartName,
         SellingTitleDaysOfWeekName = source.SellingTitleDaysOfWeekName,
         RateCardTypeName = source.RateCardTypeName,
         SellableInventoryHashKey = source.SellableInventoryHashKey.ToCharArray(),
         StationHashKey = source.StationHashKey.ToCharArray(),
         SellingTitleDaysOfWeekHashKey = source.SellingTitleDaysOfWeekHashKey.ToCharArray(),
         RateCardTypeHashKey = source.RateCardTypeHashKey.ToCharArray()
     });
 }