/// <summary>
 /// Deprecated Method for adding a new object to the ContentTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContentTypes(ContentType contentType)
 {
     base.AddObject("ContentTypes", contentType);
 }
 /// <summary>
 /// Create a new ContentType object.
 /// </summary>
 /// <param name="contentTypeID">Initial value of the ContentTypeID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static ContentType CreateContentType(global::System.Int32 contentTypeID, global::System.String name)
 {
     ContentType contentType = new ContentType();
     contentType.ContentTypeID = contentTypeID;
     contentType.Name = name;
     return contentType;
 }