/// <summary>
 /// Deprecated Method for adding a new object to the DContentTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDContentTypes(DContentType dContentType)
 {
     base.AddObject("DContentTypes", dContentType);
 }
 /// <summary>
 /// Create a new DContentType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static DContentType CreateDContentType(global::System.String id)
 {
     DContentType dContentType = new DContentType();
     dContentType.Id = id;
     return dContentType;
 }