Esempio n. 1
0
 private void Child_Fetch(Datos.SelectPlantilla_Result childData)
 {
     using (BypassPropertyChecks)
     {
         ID           = childData.IdPlantilla;
         IdAplicacion = childData.IdAplicacion;
         IdRol        = childData.IdRol;
         NombreRol    = childData.NombreRol;
         NombreOpcion = childData.NombreOpcion;
         //if (childData.Conceder.HasValue)
         Conceder = childData.Conceder;
     }
     MarkOld();
 }
Esempio n. 2
0
 internal static Plantilla GetPlantilla(Datos.SelectPlantilla_Result childData)
 {
     return(DataPortal.FetchChild <Plantilla>(childData));
 }