Ejemplo n.º 1
0
 /// <summary>
 /// Determines if the specified plugin order is valid.
 /// </summary>
 /// <param name="p_lstPlugins">The plugins whose order is to be validated.</param>
 /// <returns><c>true</c> if the given plugins are in a valid order;
 /// <c>false</c> otherwise.</returns>
 public bool ValidateOrder(IList <Plugin> p_lstPlugins)
 {
     return(OrderValidator.ValidateOrder(p_lstPlugins));
 }