C# Class Rock.Model.RegistrationService

Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetPayments ( int registrationId ) : IQueryable

Gets the payments.

GetTotalPayments ( int registrationId ) : decimal

Gets the total payments.

Method Details

GetPayments() public method

Gets the payments.
public GetPayments ( int registrationId ) : IQueryable
registrationId int The registration identifier.
return IQueryable

GetTotalPayments() public method

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