/// <summary>
 /// Deprecated Method for adding a new object to the appprofiledata EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToappprofiledata(appprofiledata appprofiledata)
 {
     base.AddObject("appprofiledata", appprofiledata);
 }
 /// <summary>
 /// Create a new appprofiledata object.
 /// </summary>
 /// <param name="application">Initial value of the application property.</param>
 /// <param name="uid">Initial value of the uid property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static appprofiledata Createappprofiledata(global::System.String application, global::System.String uid, global::System.String name)
 {
     appprofiledata appprofiledata = new appprofiledata();
     appprofiledata.application = application;
     appprofiledata.uid = uid;
     appprofiledata.name = name;
     return appprofiledata;
 }