C# 클래스 Jackett2.Irc.Services.IRCProfileService

상속: IIRCProfileService
파일 보기 프로젝트 열기: Jackett/Jackett2

공개 메소드들

메소드 설명
Delete ( string name ) : void
Get ( string id ) : IRCProfile
IRCProfileService ( IMediator m, IIDService i, IConfigurationService c ) : Conditions
Load ( ) : void
Save ( ) : void
Set ( IRCProfile profile ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string name ) : void
name string
리턴 void

Get() 공개 메소드

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

IRCProfileService() 공개 메소드

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

Load() 공개 메소드

public Load ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Set() 공개 메소드

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