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