示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vMachineTypeCounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovMachineTypeCounts(vMachineTypeCount vMachineTypeCount)
 {
     base.AddObject("vMachineTypeCounts", vMachineTypeCount);
 }
示例#2
0
 /// <summary>
 /// Create a new vMachineTypeCount object.
 /// </summary>
 /// <param name="machineTypeID">Initial value of the MachineTypeID property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 public static vMachineTypeCount CreatevMachineTypeCount(global::System.Int32 machineTypeID, global::System.String status)
 {
     vMachineTypeCount vMachineTypeCount = new vMachineTypeCount();
     vMachineTypeCount.MachineTypeID = machineTypeID;
     vMachineTypeCount.Status = status;
     return vMachineTypeCount;
 }