コード例 #1
0
ファイル: GES.Designer.cs プロジェクト: nehalpatel1/GESCode
 /// <summary>
 /// Deprecated Method for adding a new object to the vManufacturerCounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovManufacturerCounts(vManufacturerCount vManufacturerCount)
 {
     base.AddObject("vManufacturerCounts", vManufacturerCount);
 }
コード例 #2
0
ファイル: GES.Designer.cs プロジェクト: nehalpatel1/GESCode
 /// <summary>
 /// Create a new vManufacturerCount object.
 /// </summary>
 /// <param name="manufacturerID">Initial value of the ManufacturerID property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="machineTypeID">Initial value of the MachineTypeID property.</param>
 public static vManufacturerCount CreatevManufacturerCount(global::System.Int32 manufacturerID, global::System.String status, global::System.Int32 machineTypeID)
 {
     vManufacturerCount vManufacturerCount = new vManufacturerCount();
     vManufacturerCount.ManufacturerID = manufacturerID;
     vManufacturerCount.Status = status;
     vManufacturerCount.MachineTypeID = machineTypeID;
     return vManufacturerCount;
 }