C# Class AwesomeSauce.Configuration.Routing.RestfulCreateRoutingConvention

Inheritance: IUrlPolicy
Show file Open project: rauhryan/awesomesauce

Public Methods

Method Description
Build ( ActionCall call ) : IRouteDefinition
Matches ( ActionCall call, IConfigurationObserver log ) : bool

Method Details

Build() public method

public Build ( ActionCall call ) : IRouteDefinition
call ActionCall
return IRouteDefinition

Matches() public method

public Matches ( ActionCall call, IConfigurationObserver log ) : bool
call ActionCall
log IConfigurationObserver
return bool