C# Class Universe.Services.AbuseReportsService

Inheritance: Universe.Framework.Services.ConnectorBase, IAbuseReports, IService
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
FinishedStartup ( ) : void
GetAbuseReport ( int Number ) : AbuseReport

Cannot be reflected on purpose, so it can only be used locally. Gets the abuse report associated with the number without authentication.

GetAbuseReport ( int Number, string Password ) : AbuseReport
GetAbuseReports ( int start, int count, bool active ) : List
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void
UpdateAbuseReport ( AbuseReport report ) : void
UpdateAbuseReport ( AbuseReport report, string Password ) : void

Private Methods

Méthode Description
AddAbuseReport ( AbuseReport abuse_report ) : void

Method Details

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

GetAbuseReport() public méthode

Cannot be reflected on purpose, so it can only be used locally. Gets the abuse report associated with the number without authentication.
public GetAbuseReport ( int Number ) : AbuseReport
Number int
Résultat Universe.Framework.Services.AbuseReport

GetAbuseReport() public méthode

public GetAbuseReport ( int Number, string Password ) : AbuseReport
Number int
Password string
Résultat Universe.Framework.Services.AbuseReport

GetAbuseReports() public méthode

public GetAbuseReports ( int start, int count, bool active ) : List
start int
count int
active bool
Résultat List

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

UpdateAbuseReport() public méthode

public UpdateAbuseReport ( AbuseReport report ) : void
report Universe.Framework.Services.AbuseReport
Résultat void

UpdateAbuseReport() public méthode

public UpdateAbuseReport ( AbuseReport report, string Password ) : void
report Universe.Framework.Services.AbuseReport
Password string
Résultat void