canOrderBy property

List<String> canOrderBy

possible orderings with parameter ?order=

  • accounting_administrator: (URLParameter), prefix with a hyphen (-accounting_administrator) to reverse the order
  • anniversary: (URLParameter), prefix with a hyphen (-anniversary) to reverse the order
  • birthdate: (URLParameter), prefix with a hyphen (-birthdate) to reverse the order
  • child: (URLParameter), prefix with a hyphen (-child) to reverse the order
  • created_at: (URLParameter), prefix with a hyphen (-created_at) to reverse the order
  • first_name: (URLParameter), prefix with a hyphen (-first_name) to reverse the order
  • gender: (URLParameter), prefix with a hyphen (-gender) to reverse the order
  • given_name: (URLParameter), prefix with a hyphen (-given_name) to reverse the order
  • grade: (URLParameter), prefix with a hyphen (-grade) to reverse the order
  • graduation_year: (URLParameter), prefix with a hyphen (-graduation_year) to reverse the order
  • inactivated_at: (URLParameter), prefix with a hyphen (-inactivated_at) to reverse the order
  • last_name: (URLParameter), prefix with a hyphen (-last_name) to reverse the order
  • membership: (URLParameter), prefix with a hyphen (-membership) to reverse the order
  • middle_name: (URLParameter), prefix with a hyphen (-middle_name) to reverse the order
  • nickname: (URLParameter), prefix with a hyphen (-nickname) to reverse the order
  • people_permissions: (URLParameter), prefix with a hyphen (-people_permissions) to reverse the order
  • remote_id: (URLParameter), prefix with a hyphen (-remote_id) to reverse the order
  • site_administrator: (URLParameter), prefix with a hyphen (-site_administrator) to reverse the order
  • status: (URLParameter), prefix with a hyphen (-status) to reverse the order
  • updated_at: (URLParameter), prefix with a hyphen (-updated_at) to reverse the order

Implementation

static List<String> get canOrderBy => [
      'accounting_administrator',
      'anniversary',
      'birthdate',
      'child',
      'created_at',
      'first_name',
      'gender',
      'given_name',
      'grade',
      'graduation_year',
      'inactivated_at',
      'last_name',
      'membership',
      'middle_name',
      'nickname',
      'people_permissions',
      'remote_id',
      'site_administrator',
      'status',
      'updated_at'
    ];