/// <summary>
 /// Create a new CLItblAcl object.
 /// </summary>
 /// <param name="aclId">Initial value of the AclId property.</param>
 /// <param name="resource">Initial value of the Resource property.</param>
 /// <param name="resourceId">Initial value of the ResourceId property.</param>
 /// <param name="companyId">Initial value of the CompanyId property.</param>
 public static CLItblAcl CreateCLItblAcl(global::System.Int32 aclId, global::System.String resource, global::System.Int32 resourceId, global::System.Int32 companyId)
 {
     CLItblAcl cLItblAcl = new CLItblAcl();
     cLItblAcl.AclId = aclId;
     cLItblAcl.Resource = resource;
     cLItblAcl.ResourceId = resourceId;
     cLItblAcl.CompanyId = companyId;
     return cLItblAcl;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CLItblAcls EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCLItblAcls(CLItblAcl cLItblAcl)
 {
     base.AddObject("CLItblAcls", cLItblAcl);
 }