/// <summary> /// Deprecated Method for adding a new object to the inventorinstalloptions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToinventorinstalloptions(inventorinstalloption inventorinstalloption) { base.AddObject("inventorinstalloptions", inventorinstalloption); }
/// <summary> /// Create a new inventorinstalloption object. /// </summary> /// <param name="option_id">Initial value of the option_id property.</param> /// <param name="productType_id">Initial value of the ProductType_id property.</param> /// <param name="serialNumber">Initial value of the SerialNumber property.</param> /// <param name="lastName">Initial value of the LastName property.</param> /// <param name="organization">Initial value of the Organization property.</param> /// <param name="installDir">Initial value of the InstallDir property.</param> /// <param name="installLevel">Initial value of the InstallLevel property.</param> /// <param name="productKey">Initial value of the ProductKey property.</param> /// <param name="version">Initial value of the Version property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="branch_id">Initial value of the branch_id property.</param> public static inventorinstalloption Createinventorinstalloption(global::System.Int64 option_id, global::System.Int64 productType_id, global::System.String serialNumber, global::System.String lastName, global::System.String organization, global::System.String installDir, global::System.Int32 installLevel, global::System.String productKey, global::System.String version, global::System.String name, global::System.Int64 branch_id) { inventorinstalloption inventorinstalloption = new inventorinstalloption(); inventorinstalloption.option_id = option_id; inventorinstalloption.ProductType_id = productType_id; inventorinstalloption.SerialNumber = serialNumber; inventorinstalloption.LastName = lastName; inventorinstalloption.Organization = organization; inventorinstalloption.InstallDir = installDir; inventorinstalloption.InstallLevel = installLevel; inventorinstalloption.ProductKey = productKey; inventorinstalloption.Version = version; inventorinstalloption.name = name; inventorinstalloption.branch_id = branch_id; return inventorinstalloption; }