コード例 #1
0
 public DigitalProduct()
 {
     UniqueID        = Guid.NewGuid();
     Category        = string.Empty;
     Websites        = new List <string>();
     AddtionalInfo   = new List <ProductInfo>();
     PackageRecord   = new ProductPackageRecord();
     SummaryItem     = new CustomSummaryItem();
     RateType        = "CPM";
     EnableLocation  = true;
     EnableTarget    = true;
     EnableRichMedia = true;
 }
コード例 #2
0
		public DigitalProduct()
		{
			UniqueID = Guid.NewGuid();
			Category = string.Empty;
			Websites = new List<string>();
			AddtionalInfo = new List<ProductInfo>();
			PackageRecord = new ProductPackageRecord();
			SummaryItem = new CustomSummaryItem();
			RateType = "CPM";
			EnableLocation = true;
			EnableTarget = true;
			EnableRichMedia = true;
		}