Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MaintCheckPartsNotesLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMaintCheckPartsNotesLog(MaintCheckPartsNotesLog maintCheckPartsNotesLog)
 {
     base.AddObject("MaintCheckPartsNotesLog", maintCheckPartsNotesLog);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new MaintCheckPartsNotesLog object.
 /// </summary>
 /// <param name="maintCheckPartsNotesLog1">Initial value of the MaintCheckPartsNotesLog1 property.</param>
 /// <param name="maintCheckLogId">Initial value of the MaintCheckLogId property.</param>
 public static MaintCheckPartsNotesLog CreateMaintCheckPartsNotesLog(global::System.Int32 maintCheckPartsNotesLog1, global::System.Int32 maintCheckLogId)
 {
     MaintCheckPartsNotesLog maintCheckPartsNotesLog = new MaintCheckPartsNotesLog();
     maintCheckPartsNotesLog.MaintCheckPartsNotesLog1 = maintCheckPartsNotesLog1;
     maintCheckPartsNotesLog.MaintCheckLogId = maintCheckLogId;
     return maintCheckPartsNotesLog;
 }