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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
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<RecipientSorting, To>(RecipientSorting)
Converters.MapEnums<RecipientSorting, To>(RecipientSorting)
ObjectExtensions.AssignByReflection<RecipientSorting>(RecipientSorting, RecipientSorting)
ObjectExtensions.GraphCopy<RecipientSorting>(RecipientSorting)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top