/// <summary> /// Create a new SpecificFrequency object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="frequencyID">Initial value of the FrequencyID property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="lastUpdatedBy">Initial value of the LastUpdatedBy property.</param> public static SpecificFrequency CreateSpecificFrequency(global::System.Int32 id, global::System.String name, global::System.Int32 frequencyID, global::System.DateTime lastUpdated, global::System.String lastUpdatedBy) { SpecificFrequency specificFrequency = new SpecificFrequency(); specificFrequency.ID = id; specificFrequency.Name = name; specificFrequency.FrequencyID = frequencyID; specificFrequency.LastUpdated = lastUpdated; specificFrequency.LastUpdatedBy = lastUpdatedBy; return specificFrequency; }
/// <summary> /// Deprecated Method for adding a new object to the SpecificFrequencies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSpecificFrequencies(SpecificFrequency specificFrequency) { base.AddObject("SpecificFrequencies", specificFrequency); }