Click or drag to resize

NameComponentKeys Class

Name component type keys
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsNameComponentKeys

Namespace:  SanteDB.Core.Model.Constants
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static class NameComponentKeys

The NameComponentKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDelimiter
The name component represents a delimeter in a name such as hyphen or space
Public fieldStatic memberFamily
The name component represents the surname
Public fieldStatic memberGiven
The name component represents the given name
Public fieldStatic memberPrefix
The name component represents the prefix such as Von or Van
Public fieldStatic memberSuffix
The name component represents a suffix such as III or Esq.
Public fieldStatic memberTitle
The name component represents a formal title like Mr, Dr, Capt.
Top
See Also