/// <summary>
 /// Create a new ClientUDF object.
 /// </summary>
 /// <param name="clientUDFID">Initial value of the ClientUDFID property.</param>
 public static ClientUDF CreateClientUDF(global::System.Int32 clientUDFID)
 {
     ClientUDF clientUDF = new ClientUDF();
     clientUDF.ClientUDFID = clientUDFID;
     return clientUDF;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ClientUDFs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientUDFs(ClientUDF clientUDF)
 {
     base.AddObject("ClientUDFs", clientUDF);
 }