C# Класс MvcToFubu.Core.Components.BehaviorChainIdLookup

Наследование: IBehaviorChainIdLookup
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BehaviorChainIdLookup() публичный Метод

public BehaviorChainIdLookup ( IEnumerable behaviorChains ) : System
behaviorChains IEnumerable
Результат System

FormatParameters() публичный Метод

public FormatParameters ( Type>.IDictionary parameters ) : string
parameters Type>.IDictionary
Результат string

GetUniqueId() публичный Метод

public GetUniqueId ( Type handlerType, string methodName, Type>.IDictionary parameters ) : System.Guid
handlerType System.Type
methodName string
parameters Type>.IDictionary
Результат System.Guid

MakeKey() публичный Метод

public MakeKey ( Type handlerType, string methodName, Type>.IDictionary parameters ) : string
handlerType System.Type
methodName string
parameters Type>.IDictionary
Результат string