C# Class DataTransferCore.Factories.CallCopyServiceFactory

Inheritance: ICallCopyServiceFactory
Afficher le fichier Open project: PillarTechnology/Revaction

Protected Properties

Свойство Type Description
Repository Repository

Méthodes publiques

Méthode Description
CallCopyServiceFactory ( ICallCopySessionFactoryFactory factory ) : System.Collections.Generic
Construct ( IConfigurationManagerWrapper configurationManager ) : ICallCopyService

Méthodes protégées

Méthode Description
GetFilters ( ) : IEnumerable

Method Details

CallCopyServiceFactory() public méthode

public CallCopyServiceFactory ( ICallCopySessionFactoryFactory factory ) : System.Collections.Generic
factory ICallCopySessionFactoryFactory
Résultat System.Collections.Generic

Construct() public méthode

public Construct ( IConfigurationManagerWrapper configurationManager ) : ICallCopyService
configurationManager IConfigurationManagerWrapper
Résultat ICallCopyService

GetFilters() protected méthode

protected GetFilters ( ) : IEnumerable
Résultat IEnumerable

Property Details

Repository protected_oe property

protected Repository Repository
Résultat Repository