C# Class Rock.Follow.PersonEntitySuggestion

Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
PersonEntitySuggestion ( int personId, int entityId ) : System

Initializes a new instance of the PersonEntitySuggestion class.

Method Details

PersonEntitySuggestion() public method

Initializes a new instance of the PersonEntitySuggestion class.
public PersonEntitySuggestion ( int personId, int entityId ) : System
personId int The person identifier.
entityId int The entity identifier.
return System