/// <summary> /// Create a new tipos object. /// </summary> /// <param name="idTipo">Initial value of the idTipo property.</param> /// <param name="nombre">Initial value of the Nombre property.</param> public static tipos Createtipos(global::System.Int32 idTipo, global::System.String nombre) { tipos tipos = new tipos(); tipos.idTipo = idTipo; tipos.Nombre = nombre; return tipos; }
/// <summary> /// Deprecated Method for adding a new object to the tipos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotipos(tipos tipos) { base.AddObject("tipos", tipos); }