/// <summary>
 /// Create a new UDF object.
 /// </summary>
 /// <param name="uDFID">Initial value of the UDFID property.</param>
 public static UDF CreateUDF(global::System.Int32 uDFID)
 {
     UDF uDF = new UDF();
     uDF.UDFID = uDFID;
     return uDF;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the UDFs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUDFs(UDF uDF)
 {
     base.AddObject("UDFs", uDF);
 }