Метод | Описание | |
---|---|---|
AbuseReportCount ( ) : int |
Gets the number of Abuse reports.
|
|
AddAbuseReport ( |
Adds a new abuse report to the database
|
|
Dispose ( ) : void | ||
Enabled ( ) : bool | ||
GetAbuseReport ( int Number ) : |
Gets the abuse report associated with the number without authentication
|
|
GetAbuseReport ( int Number, string Password ) : |
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 ( |
Updates an abuse report without authentication
|
|
UpdateAbuseReport ( |
Updates an abuse report and authenticates with the password.
|
public AddAbuseReport ( |
||
report | ||
Результат | void |
public GetAbuseReport ( int Number ) : |
||
Number | int | |
Результат |
public GetAbuseReport ( int Number, string Password ) : |
||
Number | int | |
Password | string | |
Результат |
public GetAbuseReports ( int start, int count, bool active ) : List |
||
start | int | |
count | int | |
active | bool | |
Результат | List |
public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
GenericData | IGenericData | |
source | IConfigSource | |
simBase | IRegistryCore | |
defaultConnectionString | string | |
Результат | void |
public UpdateAbuseReport ( |
||
report | ||
Результат | void |
public UpdateAbuseReport ( |
||
report | ||
Password | string | |
Результат | void |