/// <summary> /// Deprecated Method for adding a new object to the ParameterLocs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToParameterLocs(ParameterLoc parameterLoc) { base.AddObject("ParameterLocs", parameterLoc); }
/// <summary> /// Create a new ParameterLoc object. /// </summary> /// <param name="parameterID">Initial value of the ParameterID property.</param> /// <param name="languageID">Initial value of the LanguageID property.</param> /// <param name="name">Initial value of the Name property.</param> public static ParameterLoc CreateParameterLoc(global::System.String parameterID, global::System.String languageID, global::System.String name) { ParameterLoc parameterLoc = new ParameterLoc(); parameterLoc.ParameterID = parameterID; parameterLoc.LanguageID = languageID; parameterLoc.Name = name; return parameterLoc; }