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