C# Class Jackett2.Irc.Services.IRCProfileService

Inheritance: IIRCProfileService
Show file Open project: Jackett/Jackett2

Public Methods

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

public Delete ( string name ) : void
name string
return void

Get() public method

public Get ( string id ) : IRCProfile
id string
return Jackett.Irc.Models.IRCProfile

IRCProfileService() public method

public IRCProfileService ( IMediator m, IIDService i, IConfigurationService c ) : Conditions
m IMediator
i IIDService
c IConfigurationService
return Conditions

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Set() public method

public Set ( IRCProfile profile ) : void
profile Jackett.Irc.Models.IRCProfile
return void