C# 클래스 Universe.Services.DataService.LocalAbuseReportsConnector

상속: IAbuseReportsConnector
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
AbuseReportCount ( ) : int

Gets the number of Abuse reports.

AddAbuseReport ( AbuseReport report ) : void

Adds a new abuse report to the database

Dispose ( ) : void
Enabled ( ) : bool
GetAbuseReport ( int Number ) : AbuseReport

Gets the abuse report associated with the number without authentication

GetAbuseReport ( int Number, string Password ) : AbuseReport

Gets the abuse report associated with the number and uses the pass to authenticate.

GetAbuseReports ( int start, int count, bool active ) : List
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
UpdateAbuseReport ( AbuseReport report ) : void

Updates an abuse report without authentication

UpdateAbuseReport ( AbuseReport report, string Password ) : void

Updates an abuse report and authenticates with the password.

메소드 상세

AbuseReportCount() 공개 메소드

Gets the number of Abuse reports.
public AbuseReportCount ( ) : int
리턴 int

AddAbuseReport() 공개 메소드

Adds a new abuse report to the database
public AddAbuseReport ( AbuseReport report ) : void
report Universe.Framework.Services.AbuseReport
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enabled() 공개 메소드

public Enabled ( ) : bool
리턴 bool

GetAbuseReport() 공개 메소드

Gets the abuse report associated with the number without authentication
public GetAbuseReport ( int Number ) : AbuseReport
Number int
리턴 Universe.Framework.Services.AbuseReport

GetAbuseReport() 공개 메소드

Gets the abuse report associated with the number and uses the pass to authenticate.
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 ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
GenericData IGenericData
source IConfigSource
simBase IRegistryCore
defaultConnectionString string
리턴 void

UpdateAbuseReport() 공개 메소드

Updates an abuse report without authentication
public UpdateAbuseReport ( AbuseReport report ) : void
report Universe.Framework.Services.AbuseReport
리턴 void

UpdateAbuseReport() 공개 메소드

Updates an abuse report and authenticates with the password.
public UpdateAbuseReport ( AbuseReport report, string Password ) : void
report Universe.Framework.Services.AbuseReport
Password string
리턴 void