/// <summary> /// Create a new Deputado object. /// </summary> /// <param name="ideCadastro">Initial value of the ideCadastro property.</param> public static Deputado CreateDeputado(global::System.String ideCadastro) { Deputado deputado = new Deputado(); deputado.ideCadastro = ideCadastro; return(deputado); }
/// <summary> /// Deprecated Method for adding a new object to the Deputados EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDeputados(Deputado deputado) { base.AddObject("Deputados", deputado); }