C# 클래스 Universe.Services.AbuseReportsService

상속: Universe.Framework.Services.ConnectorBase, IAbuseReports, IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddAbuseReport ( AbuseReport abuse_report ) : void

메소드 상세

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

GetAbuseReport() 공개 메소드

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
리턴 Universe.Framework.Services.AbuseReport

GetAbuseReport() 공개 메소드

public GetAbuseReport ( int Number, string Password ) : AbuseReport
Number int
Password string
리턴 Universe.Framework.Services.AbuseReport

GetAbuseReports() 공개 메소드

public GetAbuseReports ( int start, int count, bool active ) : List
start int
count int
active bool
리턴 List

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

UpdateAbuseReport() 공개 메소드

public UpdateAbuseReport ( AbuseReport report ) : void
report Universe.Framework.Services.AbuseReport
리턴 void

UpdateAbuseReport() 공개 메소드

public UpdateAbuseReport ( AbuseReport report, string Password ) : void
report Universe.Framework.Services.AbuseReport
Password string
리턴 void