/// <summary> /// Deprecated Method for adding a new object to the LabelPrinters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLabelPrinters(LabelPrinter labelPrinter) { base.AddObject("LabelPrinters", labelPrinter); }
/// <summary> /// Create a new LabelPrinter object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="activeFlag">Initial value of the ActiveFlag property.</param> public static LabelPrinter CreateLabelPrinter(global::System.Decimal id, global::System.String activeFlag) { LabelPrinter labelPrinter = new LabelPrinter(); labelPrinter.ID = id; labelPrinter.ActiveFlag = activeFlag; return labelPrinter; }