Class PersonNameFormatter.NameFormatStylePreference
Enumerator used to determine the format of the full name.
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public sealed class NameFormatStylePreference : Enum
Fields
Alphabetic
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference Alphabetic
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
FirstNameLastName
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference FirstNameLastName
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
FirstNameOnly
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference FirstNameOnly
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
Group
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference Group
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
LastNameFirstName
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference LastNameFirstName
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
LastNameOnly
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference LastNameOnly
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
ListOrder
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference ListOrder
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
Position
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference Position
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
SortOrder
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference SortOrder
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
UsePreferences
Enumerator used to determine the format of the full name.
Declaration
public const PersonNameFormatter.NameFormatStylePreference UsePreferences
Field Value
Type | Description |
---|---|
PersonNameFormatter.NameFormatStylePreference |
value__
Enumerator used to determine the format of the full name.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)