/// <summary> /// Create a new Statuses_v object. /// </summary> /// <param name="statusID">Initial value of the StatusID property.</param> /// <param name="folderID">Initial value of the FolderID property.</param> public static Statuses_v CreateStatuses_v(global::System.Int32 statusID, global::System.Int32 folderID) { Statuses_v statuses_v = new Statuses_v(); statuses_v.StatusID = statusID; statuses_v.FolderID = folderID; return statuses_v; }
/// <summary> /// Deprecated Method for adding a new object to the Statuses_v EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStatuses_v(Statuses_v statuses_v) { base.AddObject("Statuses_v", statuses_v); }