private void Child_Fetch(SelectRolesPerfil_Result childData)
 {
     using (BypassPropertyChecks)
     {
         ID              = childData.IdRolPerfil;
         IdAplicacion    = childData.IdAplicacion;
         IdPerfilUsuario = childData.IdPerfilUsuario;
         IdRol           = childData.IdRol;
         CodigoRol       = childData.CodigoRol;
         NombreRol       = childData.NombreRol;
     }
     MarkOld();
 }
 internal static RolPerfil GetRolPerfil(SelectRolesPerfil_Result childData)
 {
     return(DataPortal.FetchChild <RolPerfil>(childData));
 }