Example #1
0
 private void Child_Fetch(Datos.SelectRecursoAplicacion_Result childData)
 {
     using (BypassPropertyChecks)
     {
         ID            = childData.IdRecursoAplicacion;
         IdAplicacion  = childData.IdAplicacion;
         IdRecurso     = childData.IdRecurso;
         NombreRecurso = childData.DescripcionRecurso;
         Conceder      = childData.Conceder;
     }
     MarkOld();
 }
Example #2
0
 internal static RecursoAplicacion GetRecursoAplicacion(Datos.SelectRecursoAplicacion_Result childData)
 {
     return(DataPortal.FetchChild <RecursoAplicacion>(childData));
 }