C# Class Rebel.Tests.DependencyOperations.IoCStubs.MyClassImplementingInterface

Inheritance: IMyInterface
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
MyClassImplementingInterface ( ) : System
MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System
MyClassImplementingInterface ( string myParam ) : System

Method Details

MyClassImplementingInterface() public méthode

public MyClassImplementingInterface ( ) : System
Résultat System

MyClassImplementingInterface() public méthode

public MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System
myService IMyParamTypeInterface
Résultat System

MyClassImplementingInterface() public méthode

public MyClassImplementingInterface ( string myParam ) : System
myParam string
Résultat System