コード例 #1
0
 /// <summary>
 /// Create a new users object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="enabled">Initial value of the enabled property.</param>
 /// <param name="can_change">Initial value of the can_change property.</param>
 public static users Createusers(global::System.Int32 id, global::System.String name, global::System.String description, global::System.Boolean enabled, global::System.Boolean can_change)
 {
     users users = new users();
     users.id = id;
     users.name = name;
     users.description = description;
     users.enabled = enabled;
     users.can_change = can_change;
     return users;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTousers(users users)
 {
     base.AddObject("users", users);
 }