Example #1
0
        /// <summary>
        /// Create a new ImovelGeo_Result object.
        /// </summary>
        /// <param name="idImovel">Initial value of the idImovel property.</param>
        /// <param name="x">Initial value of the x property.</param>
        /// <param name="y">Initial value of the y property.</param>
        public static ImovelGeo_Result CreateImovelGeo_Result(global::System.Int32 idImovel, global::System.Decimal x, global::System.Decimal y)
        {
            ImovelGeo_Result imovelGeo_Result = new ImovelGeo_Result();

            imovelGeo_Result.idImovel = idImovel;
            imovelGeo_Result.x        = x;
            imovelGeo_Result.y        = y;
            return(imovelGeo_Result);
        }
Example #2
0
 /// <summary>
 /// Create a new ImovelGeo_Result object.
 /// </summary>
 /// <param name="idImovel">Initial value of the idImovel property.</param>
 /// <param name="x">Initial value of the x property.</param>
 /// <param name="y">Initial value of the y property.</param>
 public static ImovelGeo_Result CreateImovelGeo_Result(global::System.Int32 idImovel, global::System.Decimal x, global::System.Decimal y)
 {
     ImovelGeo_Result imovelGeo_Result = new ImovelGeo_Result();
     imovelGeo_Result.idImovel = idImovel;
     imovelGeo_Result.x = x;
     imovelGeo_Result.y = y;
     return imovelGeo_Result;
 }