Enum PersonNameFormatter.NameFormatStylePreference
Enumerator used to determine the format of the full name.
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public enum NameFormatStylePreference
Fields
Name | Description |
---|---|
Alphabetic | |
FirstNameLastName | |
FirstNameOnly | |
Group | |
LastNameFirstName | |
LastNameOnly | |
ListOrder | |
Position | |
SortOrder | |
UsePreferences |
Extension Methods
EnumUtil.MapEnums<SuperOffice.CRM.Globalization.PersonNameFormatter.NameFormatStylePreference, To>()