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