Ejemplo n.º 1
0
 /// <summary>
 /// Create a new StudentArtifact object.
 /// </summary>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="groupID">Initial value of the GroupID property.</param>
 public static StudentArtifact CreateStudentArtifact(global::System.String userID, global::System.Int32 groupID)
 {
     StudentArtifact studentArtifact = new StudentArtifact();
     studentArtifact.UserID = userID;
     studentArtifact.GroupID = groupID;
     return studentArtifact;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StudentArtifacts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStudentArtifacts(StudentArtifact studentArtifact)
 {
     base.AddObject("StudentArtifacts", studentArtifact);
 }