AwesomeSauce.Configuration.Routing.RestfulPatchRoutingConvention.Matches C# (CSharp) Méthode

Matches() public méthode

public Matches ( ActionCall call, IConfigurationObserver log ) : bool
call ActionCall
log IConfigurationObserver
Résultat bool
        public bool Matches(ActionCall call, IConfigurationObserver log)
        {
            return call.HandlerType.Closes(typeof(RestfulPatchHandler<>));
        }
RestfulPatchRoutingConvention