C# Class Rock.Model.RegistrationService

Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
GetPayments ( int registrationId ) : IQueryable

Gets the payments.

GetTotalPayments ( int registrationId ) : decimal

Gets the total payments.

Method Details

GetPayments() public méthode

Gets the payments.
public GetPayments ( int registrationId ) : IQueryable
registrationId int The registration identifier.
Résultat IQueryable

GetTotalPayments() public méthode

Gets the total payments.
public GetTotalPayments ( int registrationId ) : decimal
registrationId int The registration identifier.
Résultat decimal