C# Class Rock.Model.FollowingService

Following POCO Service class
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat IQueryable