Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UserApplications EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserApplications(UserApplications userApplications)
 {
     base.AddObject("UserApplications", userApplications);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new UserApplications object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static UserApplications CreateUserApplications(global::System.Guid id)
 {
     UserApplications userApplications = new UserApplications();
     userApplications.ID = id;
     return userApplications;
 }
Ejemplo n.º 3
0
 private bool FilterUserApplications(UserApplications entity)
 {
     return (entity.ID == this.ApplicationId);
 }