/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the lu_acl EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTolu_acl(lu_acl lu_acl) { base.AddObject("lu_acl", lu_acl); }