C# Class Jackett2.Irc.Services.IRCProfileService

Inheritance: IIRCProfileService
Afficher le fichier Open project: Jackett/Jackett2

Méthodes publiques

Méthode Description
Delete ( string name ) : void
Get ( string id ) : IRCProfile
IRCProfileService ( IMediator m, IIDService i, IConfigurationService c ) : Conditions
Load ( ) : void
Save ( ) : void
Set ( IRCProfile profile ) : void

Method Details

Delete() public méthode

public Delete ( string name ) : void
name string
Résultat void

Get() public méthode

public Get ( string id ) : IRCProfile
id string
Résultat Jackett.Irc.Models.IRCProfile

IRCProfileService() public méthode

public IRCProfileService ( IMediator m, IIDService i, IConfigurationService c ) : Conditions
m IMediator
i IIDService
c IConfigurationService
Résultat Conditions

Load() public méthode

public Load ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Set() public méthode

public Set ( IRCProfile profile ) : void
profile Jackett.Irc.Models.IRCProfile
Résultat void