C# Class Bookstore.WebApp.Rules.RequireSetupRule

Inheritance: Splits.Web.Rule
Show file Open project: aaronjensen/splits

Public Methods

Method Description
OnAny ( Type urlType ) : IEnumerable
ShouldApply ( Type urlType ) : bool

Method Details

OnAny() public method

public OnAny ( Type urlType ) : IEnumerable
urlType System.Type
return IEnumerable

ShouldApply() public method

public ShouldApply ( Type urlType ) : bool
urlType System.Type
return bool