.ʟᴜᴄʏʏ𓆩♡𓆪.ₐᵥₐ
.ʟᴜᴄʏʏ𓆩♡𓆪.ₐᵥₐ
Explore posts from servers
CC#
Created by .ʟᴜᴄʏʏ𓆩♡𓆪.ₐᵥₐ on 12/4/2023 in #help
Binding Nested GridView to structure.
Objects:
namespace MIHotel_BE
{
public class HabitacionBE
{
public Int16 idHabitacion { get; set; }
public Int16 tipo { get; set; }
public Int16 estado { get; set; }
public Int16 piso { get; set; }
public String disponibilidad { get; set; }
public Int16 Fk_Empleado {get; set;}
public Int16 Fk_Categoria { get; set; }
public Int16 Fk_Reserva { get; set; }
public String nombrePiso { get; set; }

// Propiedad para representar la categoría
public CategoriaBE Categoria { get; set; }
}

public class CategoriaBE
{
public Int16 idCategoria { get; set; }
public String descripcion { get; set; }
public String caracteristicas { get; set; }
public Single tarifa { get; set; }
}
}
namespace MIHotel_BE
{
public class HabitacionBE
{
public Int16 idHabitacion { get; set; }
public Int16 tipo { get; set; }
public Int16 estado { get; set; }
public Int16 piso { get; set; }
public String disponibilidad { get; set; }
public Int16 Fk_Empleado {get; set;}
public Int16 Fk_Categoria { get; set; }
public Int16 Fk_Reserva { get; set; }
public String nombrePiso { get; set; }

// Propiedad para representar la categoría
public CategoriaBE Categoria { get; set; }
}

public class CategoriaBE
{
public Int16 idCategoria { get; set; }
public String descripcion { get; set; }
public String caracteristicas { get; set; }
public Single tarifa { get; set; }
}
}
10 replies