/// <summary> /// Deprecated Method for adding a new object to the SoftwareSettings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSoftwareSettings(SoftwareSetting softwareSetting) { base.AddObject("SoftwareSettings", softwareSetting); }
/// <summary> /// Create a new SoftwareSetting object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static SoftwareSetting CreateSoftwareSetting(global::System.Int32 id) { SoftwareSetting softwareSetting = new SoftwareSetting(); softwareSetting.ID = id; return softwareSetting; }