C# Class MvcToFubu.Core.Components.BehaviorChainIdLookup

Inheritance: IBehaviorChainIdLookup
Exibir arquivo Open project: bobpace/MvcToFubu

Public Methods

Method Description
BehaviorChainIdLookup ( IEnumerable behaviorChains ) : System
FormatParameters ( Type>.IDictionary parameters ) : string
GetUniqueId ( Type handlerType, string methodName, Type>.IDictionary parameters ) : System.Guid
MakeKey ( Type handlerType, string methodName, Type>.IDictionary parameters ) : string

Method Details

BehaviorChainIdLookup() public method

public BehaviorChainIdLookup ( IEnumerable behaviorChains ) : System
behaviorChains IEnumerable
return System

FormatParameters() public method

public FormatParameters ( Type>.IDictionary parameters ) : string
parameters Type>.IDictionary
return string

GetUniqueId() public method

public GetUniqueId ( Type handlerType, string methodName, Type>.IDictionary parameters ) : System.Guid
handlerType System.Type
methodName string
parameters Type>.IDictionary
return System.Guid

MakeKey() public method

public MakeKey ( Type handlerType, string methodName, Type>.IDictionary parameters ) : string
handlerType System.Type
methodName string
parameters Type>.IDictionary
return string