C# Class Rock.Store.PackageVersionRatingService

Service class for the store category model.
Inheritance: StoreServiceBase
Mostra file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method 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 method

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

GetPackageVersionRatings() public method

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

PackageVersionRatingService() public method

public PackageVersionRatingService ( ) : System
return System