C# 클래스 Rock.Model.RegistrationService

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetPayments ( int registrationId ) : IQueryable

Gets the payments.

GetTotalPayments ( int registrationId ) : decimal

Gets the total payments.

메소드 상세

GetPayments() 공개 메소드

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

GetTotalPayments() 공개 메소드

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