Esempio n. 1
0
        /// <summary>
        /// Create a new Imovel_Result object.
        /// </summary>
        /// <param name="x">Initial value of the x property.</param>
        /// <param name="y">Initial value of the y property.</param>
        /// <param name="bairro">Initial value of the bairro property.</param>
        /// <param name="cidade">Initial value of the cidade property.</param>
        /// <param name="estado">Initial value of the estado property.</param>
        /// <param name="idImovel">Initial value of the idImovel property.</param>
        public static Imovel_Result CreateImovel_Result(global::System.String x, global::System.String y, global::System.String bairro, global::System.String cidade, global::System.String estado, global::System.Int32 idImovel)
        {
            Imovel_Result imovel_Result = new Imovel_Result();

            imovel_Result.x        = x;
            imovel_Result.y        = y;
            imovel_Result.bairro   = bairro;
            imovel_Result.cidade   = cidade;
            imovel_Result.estado   = estado;
            imovel_Result.idImovel = idImovel;
            return(imovel_Result);
        }
Esempio n. 2
0
 /// <summary>
 /// Create a new Imovel_Result object.
 /// </summary>
 /// <param name="x">Initial value of the x property.</param>
 /// <param name="y">Initial value of the y property.</param>
 /// <param name="bairro">Initial value of the bairro property.</param>
 /// <param name="cidade">Initial value of the cidade property.</param>
 /// <param name="estado">Initial value of the estado property.</param>
 /// <param name="idImovel">Initial value of the idImovel property.</param>
 public static Imovel_Result CreateImovel_Result(global::System.String x, global::System.String y, global::System.String bairro, global::System.String cidade, global::System.String estado, global::System.Int32 idImovel)
 {
     Imovel_Result imovel_Result = new Imovel_Result();
     imovel_Result.x = x;
     imovel_Result.y = y;
     imovel_Result.bairro = bairro;
     imovel_Result.cidade = cidade;
     imovel_Result.estado = estado;
     imovel_Result.idImovel = idImovel;
     return imovel_Result;
 }