Skip to content

Entities (Specific)

nairdo edited this page Jan 30, 2013 · 9 revisions

Below is a breakdown of significant entities, shown in logical groupings.

NoteType & Note

Notes (and NoteType) are generic, reusable entities in Rock. You can create entries for your own custom NoteTypes which are related to your custom entities. For example, the Prayer system created a "Prayer Comment" type of note which is tied to the Rock.Model.PrayerRequest entity. This is how comments are tied to prayer requests.

You are probably asking, 'I see how to related a Note to it's related entity (via the NoteType) but how does the actual note get related to the person who created it?' I have no idea.

David?

Clone this wiki locally