C# Class Rock.Model.FinancialPersonSavedAccountService

Service and data access class for Rock.Model.FinancialPersonSavedAccount objects.
Exibir arquivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Delete ( FinancialPersonSavedAccount item ) : bool

Deletes the specified item.

GetByPersonId ( int personId ) : IQueryable

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

Method Details

Delete() public method

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

GetByPersonId() public method

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.
return IQueryable