C# Класс Rock.Model.FinancialPersonSavedAccountService

Service and data access class for Rock.Model.FinancialPersonSavedAccount objects.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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