C# Class Splits.Web.Rule

Inheritance: IRule
Mostrar archivo Open project: aaronjensen/splits

Protected Properties

Property Type Description
Steps StepBuilder

Public Methods

Method Description
OnAny ( Type urlType ) : IEnumerable
OnDelete ( Type urlType ) : IEnumerable
OnGet ( Type urlType ) : IEnumerable
OnHead ( Type urlType ) : IEnumerable
OnPost ( Type urlType ) : IEnumerable
OnPut ( Type urlType ) : IEnumerable
ShouldApply ( Type urlType ) : bool

Method Details

OnAny() public method

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

OnDelete() public method

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

OnGet() public method

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

OnHead() public method

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

OnPost() public method

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

OnPut() public method

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

ShouldApply() public abstract method

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

Property Details

Steps protected_oe property

protected StepBuilder Steps
return StepBuilder