public void LoadFromInfo(NutrienteEntityInfo EntityInfo) { this.Nombre = EntityInfo.Nombre; this.UDMId = EntityInfo.UDMId; this.PerteneceA = EntityInfo.PerteneceA; this.Estado = EntityInfo.Estado; }
public NutrienteEntityInsert(NutrienteEntityInfo EntityInfo) { this.Nombre = EntityInfo.Nombre; this.UDMId = EntityInfo.UDMId; this.PerteneceA = EntityInfo.PerteneceA; this.Estado = EntityInfo.Estado; }
public NutrienteEntityUpdate(NutrienteEntityInfo EntityInfo) { this.Clear(); this.Nombre = EntityInfo.Nombre; this.UDMId = EntityInfo.UDMId; this.PerteneceA = EntityInfo.PerteneceA; this.Estado = EntityInfo.Estado; }