/// <summary>
        /// Create a new CL object.
        /// </summary>
        /// <param name="clientID">Initial value of the ClientID property.</param>
        /// <param name="exportInd">Initial value of the ExportInd property.</param>
        /// <param name="clientInd">Initial value of the ClientInd property.</param>
        /// <param name="vendorInd">Initial value of the VendorInd property.</param>
        /// <param name="priorWork">Initial value of the PriorWork property.</param>
        /// <param name="recommend">Initial value of the Recommend property.</param>
        /// <param name="disadvBusiness">Initial value of the DisadvBusiness property.</param>
        /// <param name="disabledVetOwnedSmallBusiness">Initial value of the DisabledVetOwnedSmallBusiness property.</param>
        /// <param name="hBCU">Initial value of the HBCU property.</param>
        /// <param name="minorityBusiness">Initial value of the MinorityBusiness property.</param>
        /// <param name="smallBusiness">Initial value of the SmallBusiness property.</param>
        /// <param name="vetOwnedSmallBusiness">Initial value of the VetOwnedSmallBusiness property.</param>
        /// <param name="womanOwned">Initial value of the WomanOwned property.</param>
        /// <param name="alaskaNative">Initial value of the AlaskaNative property.</param>
        public static CL CreateCL(global::System.String clientID, global::System.String exportInd, global::System.String clientInd, global::System.String vendorInd, global::System.String priorWork, global::System.String recommend, global::System.String disadvBusiness, global::System.String disabledVetOwnedSmallBusiness, global::System.String hBCU, global::System.String minorityBusiness, global::System.String smallBusiness, global::System.String vetOwnedSmallBusiness, global::System.String womanOwned, global::System.String alaskaNative)
        {
            CL cL = new CL();

            cL.ClientID       = clientID;
            cL.ExportInd      = exportInd;
            cL.ClientInd      = clientInd;
            cL.VendorInd      = vendorInd;
            cL.PriorWork      = priorWork;
            cL.Recommend      = recommend;
            cL.DisadvBusiness = disadvBusiness;
            cL.DisabledVetOwnedSmallBusiness = disabledVetOwnedSmallBusiness;
            cL.HBCU                  = hBCU;
            cL.MinorityBusiness      = minorityBusiness;
            cL.SmallBusiness         = smallBusiness;
            cL.VetOwnedSmallBusiness = vetOwnedSmallBusiness;
            cL.WomanOwned            = womanOwned;
            cL.AlaskaNative          = alaskaNative;
            return(cL);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the CLs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCLs(CL cL)
 {
     base.AddObject("CLs", cL);
 }