/// <summary> /// Deprecated Method for adding a new object to the Flexions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFlexions(Flexion flexion) { base.AddObject("Flexions", flexion); }
/// <summary> /// Create a new Flexion object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Flexion CreateFlexion(global::System.Int64 id) { Flexion flexion = new Flexion(); flexion.Id = id; return flexion; }