C# 클래스 Rock.Model.FinancialPersonSavedAccountService

Service and data access class for Rock.Model.FinancialPersonSavedAccount objects.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( FinancialPersonSavedAccount item ) : bool

Deletes the specified item.

GetByPersonId ( int personId ) : IQueryable

Returns an queryable collection of saved accounts (Rock.Model.FinancialPersonSavedAccount by PersonId

메소드 상세

Delete() 공개 메소드

Deletes the specified item.
public Delete ( FinancialPersonSavedAccount item ) : bool
item FinancialPersonSavedAccount The item.
리턴 bool

GetByPersonId() 공개 메소드

Returns an queryable collection of saved accounts (Rock.Model.FinancialPersonSavedAccount by PersonId
public GetByPersonId ( int personId ) : IQueryable
personId int A representing the PersonId of the to retrieve saved accounts for.
리턴 IQueryable