Exemplo n.º 1
0
 protected void DataPortal_Create()
 {
     using (BypassPropertyChecks)
     {
         Child = EditableChild1.New();
     }
     BusinessRules.CheckRules();
 }
Exemplo n.º 2
0
 protected override void DataPortal_Create()
 {
     using (BypassPropertyChecks)
     {
         Child = EditableChild1.New();
     }
     base.DataPortal_Create();
 }