Show / Hide Table of Contents

Enum RecipientSorting

The different types of recipient sorting available This Enum is used by: s_shipment.sorting

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum RecipientSorting : short

Fields

Name Description
CompanyName

2: Sort by company name

CompanyNumber

3: Sort by company number

CountryZipCode

1: Sort by country and zip code

None

0: No sorting

PersonLastname

4: Sort by person last name

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.RecipientSorting, To>()
ObjectExtensions.AssignByReflection<RecipientSorting>(RecipientSorting)
ObjectExtensions.GraphCopy<RecipientSorting>()
Converters.MapEnums<RecipientSorting, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top