Ejemplo n.º 1
0
 public virtual bool IsValid()
 {
     return(CollectionName.IsNotEmpty() &&
            (Indexes == null || (Indexes.All(x => x.IsValid()))));
 }