C# Class Tp.Integration.Plugin.Common.Storage.Repositories.ProfileRepository

Inheritance: IProfileRepository, IProfileFactory
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Add ( ProfileCreationArgs profileCreationArgs, AccountName accountName ) : ProfileDomainObject
Create ( Profile profile, AccountName accountName ) : ProfileDomainObject
Delete ( ProfileName profileName, AccountName accountName ) : void
GetAll ( AccountName accountName ) : IEnumerable
ProfileRepository ( IProfilePersister profilePersister, IProfileStoragePersister profileStoragePersister, IPluginMetadata pluginMetadata, IEventAggregator eventAggregator ) : System.Collections.Generic
Update ( ProfileDomainObject profile, AccountName accountName ) : void

Private Methods

Méthode Description
SaveSettings ( object settings, Profile profileCreated ) : void

Method Details

Add() public méthode

public Add ( ProfileCreationArgs profileCreationArgs, AccountName accountName ) : ProfileDomainObject
profileCreationArgs Tp.Integration.Plugin.Common.Domain.ProfileCreationArgs
accountName Tp.Integration.Messages.AccountName
Résultat Tp.Integration.Plugin.Common.Domain.ProfileDomainObject

Create() public méthode

public Create ( Profile profile, AccountName accountName ) : ProfileDomainObject
profile Tp.Integration.Plugin.Common.Storage.Persisters.Profile
accountName Tp.Integration.Messages.AccountName
Résultat Tp.Integration.Plugin.Common.Domain.ProfileDomainObject

Delete() public méthode

public Delete ( ProfileName profileName, AccountName accountName ) : void
profileName Tp.Integration.Messages.ProfileName
accountName Tp.Integration.Messages.AccountName
Résultat void

GetAll() public méthode

public GetAll ( AccountName accountName ) : IEnumerable
accountName Tp.Integration.Messages.AccountName
Résultat IEnumerable

ProfileRepository() public méthode

public ProfileRepository ( IProfilePersister profilePersister, IProfileStoragePersister profileStoragePersister, IPluginMetadata pluginMetadata, IEventAggregator eventAggregator ) : System.Collections.Generic
profilePersister IProfilePersister
profileStoragePersister IProfileStoragePersister
pluginMetadata IPluginMetadata
eventAggregator IEventAggregator
Résultat System.Collections.Generic

Update() public méthode

public Update ( ProfileDomainObject profile, AccountName accountName ) : void
profile Tp.Integration.Plugin.Common.Domain.ProfileDomainObject
accountName Tp.Integration.Messages.AccountName
Résultat void