Beispiel #1
0
 public bool RequiresCompositeValidator()
 {
     return(Transforms.Count > 1 && Transforms.All(t => t.IsValidator()));
 }