Inheritance: System.Data.Objects.DataClasses.EntityObject
        /// <summary>
        /// Create a new Package_Software object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="wp_id">Initial value of the wp_id property.</param>
        /// <param name="sr_id">Initial value of the sr_id property.</param>
        /// <param name="createddate">Initial value of the createddate property.</param>
        public static Package_Software CreatePackage_Software(global::System.Int32 id, global::System.Int32 wp_id, global::System.Int32 sr_id, global::System.DateTime createddate)
        {
            Package_Software package_Software = new Package_Software();

            package_Software.id          = id;
            package_Software.wp_id       = wp_id;
            package_Software.sr_id       = sr_id;
            package_Software.createddate = createddate;
            return(package_Software);
        }
Beispiel #2
0
		private void detach_Package_Softwares(Package_Software entity)
		{
			this.SendPropertyChanging();
			entity.Work_Package = null;
		}
Beispiel #3
0
		private void detach_Package_Softwares(Package_Software entity)
		{
			this.SendPropertyChanging();
			entity.Software_Requirement = null;
		}
Beispiel #4
0
 partial void DeletePackage_Software(Package_Software instance);
Beispiel #5
0
 partial void UpdatePackage_Software(Package_Software instance);
Beispiel #6
0
 partial void InsertPackage_Software(Package_Software instance);
 private void detach_Package_Softwares(Package_Software entity)
 {
     this.SendPropertyChanging();
     entity.Work_Package = null;
 }
 private void detach_Package_Softwares(Package_Software entity)
 {
     this.SendPropertyChanging();
     entity.Software_Requirement = null;
 }
 partial void DeletePackage_Software(Package_Software instance);
 partial void UpdatePackage_Software(Package_Software instance);
 partial void InsertPackage_Software(Package_Software instance);
 /// <summary>
 /// Deprecated Method for adding a new object to the Package_Software EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPackage_Software(Package_Software package_Software)
 {
     base.AddObject("Package_Software", package_Software);
 }
Beispiel #13
0
 /// <summary>
 /// Create a new Package_Software object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="wp_id">Initial value of the wp_id property.</param>
 /// <param name="sr_id">Initial value of the sr_id property.</param>
 /// <param name="createddate">Initial value of the createddate property.</param>
 public static Package_Software CreatePackage_Software(global::System.Int32 id, global::System.Int32 wp_id, global::System.Int32 sr_id, global::System.DateTime createddate)
 {
     Package_Software package_Software = new Package_Software();
     package_Software.id = id;
     package_Software.wp_id = wp_id;
     package_Software.sr_id = sr_id;
     package_Software.createddate = createddate;
     return package_Software;
 }
Beispiel #14
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Package_Software EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPackage_Software(Package_Software package_Software)
 {
     base.AddObject("Package_Software", package_Software);
 }