Méthode | Description | |
---|---|---|
GetReportsForComment ( System.Guid commentId ) : List |
||
GetReportsForPost ( System.Guid postId ) : List |
||
RemoveReportsForComment ( System.Guid commentId ) : void | ||
RemoveReportsForPost ( System.Guid postId ) : void | ||
ReportComment ( System.Guid commentId, System.Guid reportBy, string reason ) : void | ||
ReportPost ( System.Guid postId, System.Guid reportBy, string reason ) : void | ||
ReportService ( IDbConnectionProvider connectionProvider ) : System |
public GetReportsForComment ( System.Guid commentId ) : List |
||
commentId | System.Guid | |
Résultat | List |
public GetReportsForPost ( System.Guid postId ) : List |
||
postId | System.Guid | |
Résultat | List |
public RemoveReportsForComment ( System.Guid commentId ) : void | ||
commentId | System.Guid | |
Résultat | void |
public RemoveReportsForPost ( System.Guid postId ) : void | ||
postId | System.Guid | |
Résultat | void |
public ReportComment ( System.Guid commentId, System.Guid reportBy, string reason ) : void | ||
commentId | System.Guid | |
reportBy | System.Guid | |
reason | string | |
Résultat | void |
public ReportPost ( System.Guid postId, System.Guid reportBy, string reason ) : void | ||
postId | System.Guid | |
reportBy | System.Guid | |
reason | string | |
Résultat | void |
public ReportService ( IDbConnectionProvider connectionProvider ) : System | ||
connectionProvider | IDbConnectionProvider | |
Résultat | System |