C# Class Catel.Test.IoC.TypeFactoryFacts.AdvancedDependencyInjectionTestClass

Show file Open project: Catel/Catel

Public Methods

Method Description
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

Method Details

AdvancedDependencyInjectionTestClass() public method

public AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService ) : System
intValue int
messageService IMessageService
navigationService INavigationService
return System

AdvancedDependencyInjectionTestClass() public method

public AdvancedDependencyInjectionTestClass ( int intValue, IMessageService messageService, INavigationService navigationService, IDummyDependency dependency ) : System
intValue int
messageService IMessageService
navigationService INavigationService
dependency IDummyDependency
return System

AdvancedDependencyInjectionTestClass() public method

public AdvancedDependencyInjectionTestClass ( string stringValue, int intValue, long longValue, IMessageService messageService, INavigationService navigationService ) : System
stringValue string
intValue int
longValue long
messageService IMessageService
navigationService INavigationService
return System

AdvancedDependencyInjectionTestClass() public method

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
return System