/// <summary>
 /// Create a new CreativeDetail object.
 /// </summary>
 /// <param name="cDId">Initial value of the CDId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 public static CreativeDetail CreateCreativeDetail(global::System.Int32 cDId, global::System.Int32 userId)
 {
     CreativeDetail creativeDetail = new CreativeDetail();
     creativeDetail.CDId = cDId;
     creativeDetail.UserId = userId;
     return creativeDetail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CreativeDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCreativeDetails(CreativeDetail creativeDetail)
 {
     base.AddObject("CreativeDetails", creativeDetail);
 }