Beispiel #1
0
 protected void SetupUnloadedAndValidated()
 {
     Next.IsLoadedResult = false;
     GetConcreteBehavior().RevalidateDescendants(GetContext(), ValidationScope.SelfAndLoadedDescendants);
     ActionLogBuilder.Clear();
 }
Beispiel #2
0
 protected void SetupLoadedAndValidated(ValidationScope lastScope = ValidationScope.SelfAndAllDescendants)
 {
     Next.IsLoadedResult = true;
     GetConcreteBehavior().RevalidateDescendants(GetContext(), lastScope);
     ActionLogBuilder.Clear();
 }
Beispiel #3
0
 protected void SetupUnloaded()
 {
     Next.IsLoadedResult = false;
     ActionLogBuilder.Clear();
 }