/// <summary> /// Create a new statustype object. /// </summary> /// <param name="statustype_id">Initial value of the statustype_id property.</param> /// <param name="status_str">Initial value of the status_str property.</param> public static statustype Createstatustype(global::System.Int64 statustype_id, global::System.String status_str) { statustype statustype = new statustype(); statustype.statustype_id = statustype_id; statustype.status_str = status_str; return statustype; }
/// <summary> /// Deprecated Method for adding a new object to the statustypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTostatustypes(statustype statustype) { base.AddObject("statustypes", statustype); }