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

Following POCO Service class
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetFollowedItems ( int entityTypeId, int personId ) : IQueryable

Gets the entity query For example: If the EntityTypeId is GroupMember, this will return a GroupMember query of group members that the person is following

Описание методов

GetFollowedItems() публичный Метод

Gets the entity query For example: If the EntityTypeId is GroupMember, this will return a GroupMember query of group members that the person is following
public GetFollowedItems ( int entityTypeId, int personId ) : IQueryable
entityTypeId int The entity type identifier.
personId int The person identifier.
Результат IQueryable