C# Class Rock.Store.PackageVersionRatingService

Service class for the store category model.
Inheritance: StoreServiceBase
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
GetPackageVersionRatings ( int versionId ) : List

Gets list of ratings for a specific version.

GetPackageVersionRatings ( int versionId, string &errorResponse ) : List

Gets the ratings for a package version.

PackageVersionRatingService ( ) : System

Method Details

GetPackageVersionRatings() public méthode

Gets list of ratings for a specific version.
public GetPackageVersionRatings ( int versionId ) : List
versionId int
Résultat List

GetPackageVersionRatings() public méthode

Gets the ratings for a package version.
public GetPackageVersionRatings ( int versionId, string &errorResponse ) : List
versionId int The version identifier.
errorResponse string The error response.
Résultat List

PackageVersionRatingService() public méthode

public PackageVersionRatingService ( ) : System
Résultat System