예제 #1
0
 /// <summary>
 /// Create a new lu_acl object.
 /// </summary>
 /// <param name="acl_id">Initial value of the acl_id property.</param>
 public static lu_acl Createlu_acl(global::System.Int32 acl_id)
 {
     lu_acl lu_acl = new lu_acl();
     lu_acl.acl_id = acl_id;
     return lu_acl;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the lu_acl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTolu_acl(lu_acl lu_acl)
 {
     base.AddObject("lu_acl", lu_acl);
 }