C# Class Rock.Model.FollowingService

Following POCO Service class
Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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

Method Details

GetFollowedItems() public method

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