Esempio n. 1
0
 /// <summary>
 /// Create a new TimeEntryView object.
 /// </summary>
 /// <param name="shadowCID">Initial value of the ShadowCID property.</param>
 /// <param name="shadowCLID">Initial value of the ShadowCLID property.</param>
 /// <param name="shadowPID">Initial value of the ShadowPID property.</param>
 /// <param name="employeeID">Initial value of the EmployeeID property.</param>
 public static TimeEntryView CreateTimeEntryView(global::System.Int32 shadowCID, global::System.Int32 shadowCLID, global::System.Int32 shadowPID, global::System.String employeeID)
 {
     TimeEntryView timeEntryView = new TimeEntryView();
     timeEntryView.ShadowCID = shadowCID;
     timeEntryView.ShadowCLID = shadowCLID;
     timeEntryView.ShadowPID = shadowPID;
     timeEntryView.EmployeeID = employeeID;
     return timeEntryView;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TimeEntryView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimeEntryView(TimeEntryView timeEntryView)
 {
     base.AddObject("TimeEntryView", timeEntryView);
 }