/// <summary> /// Create a new Fin object. /// </summary> /// <param name="finId">Initial value of the FinId property.</param> /// <param name="finType">Initial value of the FinType property.</param> public static Fin CreateFin(global::System.Int32 finId, global::System.String finType) { Fin fin = new Fin(); fin.FinId = finId; fin.FinType = finType; return fin; }
/// <summary> /// Deprecated Method for adding a new object to the Fins EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFins(Fin fin) { base.AddObject("Fins", fin); }