/// <summary>
 /// Create a new PrinterParameter object.
 /// </summary>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="printerCode">Initial value of the PrinterCode property.</param>
 public static PrinterParameter CreatePrinterParameter(global::System.Int32 code, global::System.Int32 printerCode)
 {
     PrinterParameter printerParameter = new PrinterParameter();
     printerParameter.Code = code;
     printerParameter.PrinterCode = printerCode;
     return printerParameter;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PrinterParameters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrinterParameters(PrinterParameter printerParameter)
 {
     base.AddObject("PrinterParameters", printerParameter);
 }