| C# |
|---|
| public class PersonManager : ObjectManager<Person, Persons> |
| #ctor | Initializes an object instance. |
| GetAdminFilters | Creates and returns the filters object. |
| GetLoadJoins | Creates and returns the Load Joins object. |
| LoadByFirstLast | Loads a collection of data records with OrderBy. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| SetOrderByFirstLast | Sets the current OrderBy names. |
| GetIDKey | Missing Summary |