/// <summary> /// Deprecated Method for adding a new object to the Specializations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSpecializations(Specialization specialization) { base.AddObject("Specializations", specialization); }
/// <summary> /// Create a new Specialization object. /// </summary> /// <param name="specId">Initial value of the specId property.</param> /// <param name="specialize">Initial value of the specialize property.</param> public static Specialization CreateSpecialization(global::System.String specId, global::System.String specialize) { Specialization specialization = new Specialization(); specialization.specId = specId; specialization.specialize = specialize; return specialization; }