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