コード例 #1
0
ファイル: Tracker.Designer.cs プロジェクト: dioptre/nkd
 /// <summary>
 /// Deprecated Method for adding a new object to the TaskExtendeds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTaskExtendeds(TaskExtended taskExtended)
 {
     base.AddObject("TaskExtendeds", taskExtended);
 }
コード例 #2
0
ファイル: Tracker.Designer.cs プロジェクト: dioptre/nkd
 /// <summary>
 /// Create a new TaskExtended object.
 /// </summary>
 /// <param name="taskId">Initial value of the TaskId property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static TaskExtended CreateTaskExtended(global::System.Int32 taskId, global::System.DateTime createdDate, global::System.DateTime modifiedDate, global::System.Byte[] rowVersion)
 {
     TaskExtended taskExtended = new TaskExtended();
     taskExtended.TaskId = taskId;
     taskExtended.CreatedDate = createdDate;
     taskExtended.ModifiedDate = modifiedDate;
     taskExtended.RowVersion = rowVersion;
     return taskExtended;
 }