/// <summary> /// There are no comments for vProductModelInstructions in the schema. /// </summary> public void AddTovProductModelInstructions(vProductModelInstructions vProductModelInstructions) { base.AddObject("vProductModelInstructions", vProductModelInstructions); }
/// <summary> /// Create a new vProductModelInstructions object. /// </summary> /// <param name="productModelID">Initial value of ProductModelID.</param> /// <param name="name">Initial value of Name.</param> /// <param name="rowguid">Initial value of rowguid.</param> /// <param name="modifiedDate">Initial value of ModifiedDate.</param> public static vProductModelInstructions CreatevProductModelInstructions(int productModelID, string name, global::System.Guid rowguid, global::System.DateTime modifiedDate) { vProductModelInstructions vProductModelInstructions = new vProductModelInstructions(); vProductModelInstructions.ProductModelID = productModelID; vProductModelInstructions.Name = name; vProductModelInstructions.rowguid = rowguid; vProductModelInstructions.ModifiedDate = modifiedDate; return vProductModelInstructions; }