コード例 #1
0
 /// <summary>
 /// Create a new UserJobType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 public static UserJobType CreateUserJobType(global::System.Guid id, global::System.String type)
 {
     UserJobType userJobType = new UserJobType();
     userJobType.ID = id;
     userJobType.Type = type;
     return userJobType;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UserJobTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserJobTypes(UserJobType userJobType)
 {
     base.AddObject("UserJobTypes", userJobType);
 }