C# Class MvcToFubu.Core.Components.BehaviorChainIdLookup

Inheritance: IBehaviorChainIdLookup
Afficher le fichier Open project: bobpace/MvcToFubu

Méthodes publiques

Méthode 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 méthode

public BehaviorChainIdLookup ( IEnumerable behaviorChains ) : System
behaviorChains IEnumerable
Résultat System

FormatParameters() public méthode

public FormatParameters ( Type>.IDictionary parameters ) : string
parameters Type>.IDictionary
Résultat string

GetUniqueId() public méthode

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

MakeKey() public méthode

public MakeKey ( Type handlerType, string methodName, Type>.IDictionary parameters ) : string
handlerType System.Type
methodName string
parameters Type>.IDictionary
Résultat string