C# Класс Catel.Test.IoC.TypeFactoryFacts.AdvancedDependencyInjectionTestClass

Показать файл Открыть проект

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

Метод Описание
AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService ) : System
AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService ) : System
AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System

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

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

public AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService ) : System
intValue int
messageService IMessageService
navigationService INavigationService
Результат System

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

public AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
intValue int
messageService IMessageService
navigationService INavigationService
dependency IDummyDependency
Результат System

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

public AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService ) : System
stringValue string
intValue int
longValue long
messageService IMessageService
navigationService INavigationService
Результат System

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

public AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
stringValue string
intValue int
longValue long
messageService IMessageService
navigationService INavigationService
dependency IDummyDependency
Результат System