/// <summary> /// Create a new vendedores object. /// </summary> /// <param name="idVendedor">Initial value of the idVendedor property.</param> /// <param name="idTipoVendedor">Initial value of the IdTipoVendedor property.</param> /// <param name="idColonia">Initial value of the IdColonia property.</param> /// <param name="idPoblacion">Initial value of the IdPoblacion property.</param> /// <param name="idMunicipio">Initial value of the IdMunicipio property.</param> /// <param name="idEstado">Initial value of the IdEstado property.</param> /// <param name="idEspecialidad">Initial value of the IdEspecialidad property.</param> /// <param name="idVinculacion">Initial value of the IdVinculacion property.</param> /// <param name="clave">Initial value of the Clave property.</param> /// <param name="activo">Initial value of the Activo property.</param> public static vendedores Createvendedores(global::System.Int32 idVendedor, global::System.Int32 idTipoVendedor, global::System.Int32 idColonia, global::System.Int32 idPoblacion, global::System.Int32 idMunicipio, global::System.Int32 idEstado, global::System.Int32 idEspecialidad, global::System.Int32 idVinculacion, global::System.String clave, global::System.Boolean activo) { vendedores vendedores = new vendedores(); vendedores.idVendedor = idVendedor; vendedores.IdTipoVendedor = idTipoVendedor; vendedores.IdColonia = idColonia; vendedores.IdPoblacion = idPoblacion; vendedores.IdMunicipio = idMunicipio; vendedores.IdEstado = idEstado; vendedores.IdEspecialidad = idEspecialidad; vendedores.IdVinculacion = idVinculacion; vendedores.Clave = clave; vendedores.Activo = activo; return vendedores; }
/// <summary> /// Deprecated Method for adding a new object to the vendedores EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovendedores(vendedores vendedores) { base.AddObject("vendedores", vendedores); }